快乐的昕的电脑
2025-11-24 5103d7a6f424d1675d2a731196b39ec30ea08ade
components/WorkOrderStatus.vue
@@ -246,10 +246,10 @@
   /* 上半部分:左右布局 */
    .top-section {
        display: flex;
        justify-content: space-between;
        justify-content: flex-start; /* 关键:让内容靠左排列 */
        flex-grow: 1;
        margin-bottom: 4vh;
        flex-wrap: nowrap; /* 防止子元素换行 */
        flex-wrap: nowrap;
    }
    .left-section {
@@ -310,7 +310,7 @@
   /* 右边工单状态部分 */
    .right-section {
        width: 28%; /* 再缩小一点 */
        width: 30%; /* 保证左右加起来不超过100%,可再缩小 */
        display: flex;
        flex-direction: column;
        align-items: flex-start;