快乐的昕的电脑
2025-11-24 9ee31239066551faf93a6bacfa142a72a4672bc8
Revert "调试按钮大小"

This reverts commit 52c25c615ddaabb54eba7752f64dd6d80fa98bb6.
已修改1个文件
19 ■■■■■ 文件已修改
components/WorkOrderStatus.vue 19 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
components/WorkOrderStatus.vue
@@ -256,22 +256,23 @@
    .item {
        display: flex;
        align-items: center;
        margin-bottom: 2.2vh; /* 间距略增 */
        height: 7vh; /* 整体高度增大 */
        margin-bottom: 1.5vh;
    }
    /* 统一按钮和输入框的高度 */
    button,
    .input-box {
        height: 6vh; /* 按钮和输入框更高 */
        height: 5vh;
        /* Adjusted for larger, consistent height */
    }
    button {
        width: 32%; /* 按钮略宽 */
        width: 30%;
        padding: 0;
        font-size: 2.2vw; /* 字体更大 */
        font-size: 1.8vw;
        /* Larger font for buttons */
        margin-right: 1vw;
        line-height: 6vh;
        line-height: 5vh;
    }
    .btn-disabled {
@@ -287,11 +288,13 @@
    }
    .input-box {
        width: 68%; /* 输入框略缩小,配合按钮变宽 */
        width: 70%;
        padding: 0 1vw;
        font-size: 1.8vw; /* 字体更大 */
        font-size: 1.5vw;
        /* Increased font size for input */
        border: 1px solid #ccc;
        box-sizing: border-box;
        /* 确保高度一致 */
    }
    /* 右边工单状态部分 */