快乐的昕的电脑
2025-11-24 fe97452f589564368a79cc290c57bb973bc26e18
调试
已修改1个文件
23 ■■■■■ 文件已修改
components/WorkOrderStatus.vue 23 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
components/WorkOrderStatus.vue
@@ -287,15 +287,18 @@
        border: none;
    }
    .input-box {
        width: 70%;
        padding: 0 1vw;
        font-size: 1.5vw;
        /* Increased font size for input */
        border: 1px solid #ccc;
        box-sizing: border-box;
        /* 确保高度一致 */
    }
    .input-box {
        width: 70%;
        ght-section
    {
        padding: 0 1vw;
        font-size: 1.5vw;
        /* Increased font size for input */
        border: 1px solid #ccc;
        box-sizing: border-box;
        /* 确保高度一致 */
    }
    /* 右边工单状态部分 */
    .right-section {
@@ -364,7 +367,7 @@
    /* 让右侧工单号输入框变长 */
    .status-title input.status-title {
        width: 90%; /* 或 100%,根据实际需求调整 */
        width: 100%; /* 或 100%,根据实际需求调整 */
        min-width: 320px; /* 可选,保证最小宽度 */
        font-size: 2vw;
        box-sizing: border-box;