快乐的昕的电脑
2025-11-24 7d5fc775725e8033082027e12035b398de34ccb7
调试
已修改1个文件
15 ■■■■■ 文件已修改
components/WorkOrderStatus.vue 15 ●●●●● 补丁 | 查看 | 原始文档 | 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%;