| components/WorkOrderStatus.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
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;