快乐的昕的电脑
2025-11-24 c8864ff3f7c75a018593f3ffdf6f4e53d9be2ab8
components/WorkOrderStatus.vue
@@ -231,7 +231,7 @@
      background-color: #00A2E9;
      /* 蓝色背景 */
      color: white;
      padding: 10px 20px;
      padding: 15px 20px;
      border: none;
      border-radius: 5px;
      font-size: 35px;
@@ -361,4 +361,13 @@
      /* Larger font for buttons */
      height: 100%;
   }
    /* 让右侧工单号输入框变长 */
    .status-title input.status-title {
        width: 110%; /* 或 100%,根据实际需求调整 */
        min-width: 320px; /* 可选,保证最小宽度 */
        font-size: 2vw;
        box-sizing: border-box;
    }
</style>