| components/WorkOrderStatus.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
components/WorkOrderStatus.vue
@@ -261,11 +261,16 @@ } /* 统一按钮和输入框的高度 */ button, .input-box { height: 5vh; /* Adjusted for larger, consistent height */ } button, .input-box { width: 50% !important; /* 原70%,改为50%,更窄 */ height: 4vh !important; /* 原6vh,改为4vh,更矮 */ font-size: 1.2vw !important; /* 字体更小 */ padding: 0 0.8vw !important; /* 内边距略减 */ border: 2px solid #999 !important; border-radius: 5px !important; box-sizing: border-box; } button { width: 30%;