快乐的昕的电脑
2025-11-24 4365030dd50a0647759368d1d676ef28131081fd
调试
已修改1个文件
5 ■■■■ 文件已修改
components/WorkOrderStatus.vue 5 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
components/WorkOrderStatus.vue
@@ -260,10 +260,6 @@
        margin-bottom: 3vh; /* 原1.5vh,改为3vh,按钮间距更大 */
    }
    .left-section .item {
        margin-bottom: 3vh !important; /* 强制加大按钮组间距 */
    }
    /* 统一按钮和输入框的高度 */
    button,
    .input-box {
@@ -404,6 +400,7 @@
        font-size: 2.6vw !important; /* 字体更大 */
        font-weight: bold;
        height: 7vh !important; /* 按钮高度加大 */
        width: 40% !important; /* 原55%,改为40%,按钮更窄 */
    }
</style>