| components/WorkOrderStatus.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
components/WorkOrderStatus.vue
@@ -371,4 +371,21 @@ box-sizing: border-box; } .button, .input-box { font-size: 2.2vw !important; /* 字体更大 */ height: 6vh !important; /* 高度略增 */ } .input-box { border: 2.5px solid #999 !important; /* 边框更粗更明显 */ border-radius: 6px !important; /* 圆角略大 */ padding: 0 1.5vw !important; } button { border: 2.5px solid #999 !important; /* 按钮边框加粗 */ border-radius: 6px !important; } </style>