快乐的昕的电脑
2025-11-24 f9c16d3b9648b768c4afb8e23166694d37e8342d
components/WorkOrderStatus.vue
@@ -224,19 +224,20 @@
   }
   /* 刷新按钮样式 */
   .refresh-btn {
      position: absolute;
      top: 10px;
      right: 10px;
      background-color: #00A2E9;
      /* 蓝色背景 */
      color: white;
      padding: 10px 20px;
      border: none;
      border-radius: 5px;
      font-size: 35px;
      cursor: pointer;
   }
    .refresh-btn {
        position: absolute;
        top: 10px;
        right: 10px;
        background-color: #00A2E9;
        /* 蓝色背景 */
        color: white;
        padding: 10px 20px;
        height: 60px;
        border: none;
        border-radius: 5px;
        font-size: 35px;
        cursor: pointer;
    }
   /* 上半部分:左右布局 */
   .top-section {
@@ -364,7 +365,7 @@
    /* 让右侧工单号输入框变长 */
    .status-title input.status-title {
        width: 90%; /* 或 100%,根据实际需求调整 */
        width: 110%; /* 或 100%,根据实际需求调整 */
        min-width: 320px; /* 可选,保证最小宽度 */
        font-size: 2vw;
        box-sizing: border-box;