快乐的昕的电脑
2025-11-24 645dd8e822273316647fd29d45bfed37d56c5f21
调试
已修改1个文件
12 ■■■■ 文件已修改
components/WorkOrderStatus.vue 12 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
components/WorkOrderStatus.vue
@@ -254,16 +254,16 @@
        flex-direction: column;
    }
    .item {
        display: flex;
        align-items: center;
        margin-bottom: 1.5vh;
    }
    .item {
        display: flex;
        align-items: center;
        margin-bottom: 3vh; /* 原1.5vh,改为3vh,按钮间距更大 */
    }
    /* 统一按钮和输入框的高度 */
    button,
    .input-box {
        width: 50% !important; /* 原70%,改为50%,更窄 */
        width: 55% !important; /* 原70%,改为50%,更窄 */
        height: 4vh !important; /* 原6vh,改为4vh,更矮 */
        font-size: 1.2vw !important; /* 字体更小 */
        padding: 0 0.8vw !important; /* 内边距略减 */