components/WorkOrderStatus.vue
@@ -289,6 +289,9 @@ .input-box { width: 70%; ght-section { padding: 0 1vw; font-size: 1.5vw; /* Increased font size for input */ @@ -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;