快乐的昕的电脑
2025-11-24 b45a16ccdc010c9674d1174c147374f8139072a5
调试
已修改1个文件
17 ■■■■ 文件已修改
components/WorkOrderStatus.vue 17 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
components/WorkOrderStatus.vue
@@ -244,15 +244,16 @@
    }
    /* 上半部分:左右布局 */
    .top-section {
        display: flex;
        justify-content: space-between;
        flex-grow: 1;
        margin-bottom: 4vh;
    }
    .top-section {
        display: flex;
        justify-content: space-between;
        flex-grow: 1;
        margin-bottom: 4vh;
        flex-wrap: nowrap; /* 防止子元素换行 */
    }
    .left-section {
        width: 55%; /* 原65%,改为55% */
        width: 50%; /* 再缩小一点 */
        display: flex;
        flex-direction: column;
    }
@@ -309,7 +310,7 @@
    /* 右边工单状态部分 */
    .right-section {
        width: 30%; /* 原来是30%,调大一点 */
        width: 28%; /* 再缩小一点 */
        display: flex;
        flex-direction: column;
        align-items: flex-start;