快乐的昕的电脑
2025-11-24 d3ce523245662dbcaccd542981c0873c7ba07cc7
调试
已修改1个文件
9 ■■■■■ 文件已修改
components/WorkOrderStatus.vue 9 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
components/WorkOrderStatus.vue
@@ -361,4 +361,13 @@
        /* Larger font for buttons */
        height: 100%;
    }
    /* 让右侧工单号输入框变长 */
    .status-title input.status-title {
        width: 90%; /* 或 100%,根据实际需求调整 */
        min-width: 320px; /* 可选,保证最小宽度 */
        font-size: 2vw;
        box-sizing: border-box;
    }
</style>