| components/WorkOrderStatus.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
| pages/index.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
components/WorkOrderStatus.vue
@@ -416,7 +416,7 @@ } .left-section .item .input-box { width: 60% !important; /* 输入框宽度和按钮加起来不超过100% */ width: 45% !important; /* 原60%,改为45% */ min-width: 100px; box-sizing: border-box; } pages/index.vue
@@ -1049,7 +1049,7 @@ font-size: 33px; margin-top: 20px; padding: 15px 48px; /* 上下20px,左右48px,增加内边距 */ width: 500px; /* 更宽,保证内容完整显示 */ width: 350px; /* 更宽,保证内容完整显示 */ height: 70px; /* 增加高度 */ box-sizing: border-box; background: #fff;