快乐的昕的电脑
2025-11-24 98bf50295bf4561fb31905a1d5aeab33b1f51205
调试
已修改1个文件
11 ■■■■■ 文件已修改
components/WorkOrderStatus.vue 11 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
components/WorkOrderStatus.vue
@@ -400,7 +400,16 @@
        font-size: 2.6vw !important; /* 字体更大 */
        font-weight: bold;
        height: 7vh !important; /* 按钮高度加大 */
        width: 40% !important; /* 原55%,改为40%,按钮更窄 */
        width: 32% !important; /* 原55%,改为40%,按钮更窄 */
        min-width: 80px;
        margin-right: 2%; /* 与输入框间距 */
        box-sizing: border-box;
    }
    .left-section .item .input-box {
        width: 66% !important; /* 输入框宽度自适应剩余空间 */
        min-width: 120px;
        box-sizing: border-box;
    }
</style>