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