快乐的昕的电脑
2025-11-24 6c2b85de16bb5b76859544a2a0ca9dc6c2d66461
调试
已修改1个文件
12 ■■■■■ 文件已修改
components/WorkOrderStatus.vue 12 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
components/WorkOrderStatus.vue
@@ -261,7 +261,8 @@
    .item {
        display: flex;
        align-items: center;
        margin-bottom: 3vh; /* 原1.5vh,改为3vh,按钮间距更大 */
        margin-bottom: 3vh;
        flex-wrap: nowrap; /* 禁止换行 */
    }
    /* 统一按钮和输入框的高度 */
@@ -407,15 +408,16 @@
        font-size: 2.6vw !important; /* 字体更大 */
        font-weight: bold;
        height: 7vh !important; /* 按钮高度加大 */
        width: 32% !important; /* 原55%,改为40%,按钮更窄 */
        min-width: 80px;
        margin-right: 2%; /* 与输入框间距 */
        box-sizing: border-box;
        width: 38% !important; /* 按钮略宽一点,避免输入框太窄 */
        min-width: 70px;
    }
    .left-section .item .input-box {
        width: 48% !important; /* 原66%,改为48%,更短 */
        min-width: 100px; /* 可选,保证最小宽度 */
        width: 60% !important; /* 输入框宽度和按钮加起来不超过100% */
        min-width: 100px;
        box-sizing: border-box;
    }