| components/WorkOrderStatus.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
components/WorkOrderStatus.vue
@@ -254,16 +254,16 @@ flex-direction: column; } .item { display: flex; align-items: center; margin-bottom: 1.5vh; } .item { display: flex; align-items: center; margin-bottom: 3vh; /* 原1.5vh,改为3vh,按钮间距更大 */ } /* 统一按钮和输入框的高度 */ button, .input-box { width: 50% !important; /* 原70%,改为50%,更窄 */ width: 55% !important; /* 原70%,改为50%,更窄 */ height: 4vh !important; /* 原6vh,改为4vh,更矮 */ font-size: 1.2vw !important; /* 字体更小 */ padding: 0 0.8vw !important; /* 内边距略减 */