快乐的昕的电脑
2025-11-24 3c891f72b8f6324793b90f92581fbdd123040387
调试
已修改1个文件
17 ■■■■■ 文件已修改
components/WorkOrderStatus.vue 17 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
components/WorkOrderStatus.vue
@@ -371,4 +371,21 @@
        box-sizing: border-box;
    }
    .button,
    .input-box {
        font-size: 2.2vw !important; /* 字体更大 */
        height: 6vh !important; /* 高度略增 */
    }
    .input-box {
        border: 2.5px solid #999 !important; /* 边框更粗更明显 */
        border-radius: 6px !important; /* 圆角略大 */
        padding: 0 1.5vw !important;
    }
    button {
        border: 2.5px solid #999 !important; /* 按钮边框加粗 */
        border-radius: 6px !important;
    }
</style>