快乐的昕的电脑
2025-11-24 4f4eb495678c749691cfdf91e8e475d7c4ed3e79
components/WorkOrderStatus.vue
@@ -256,23 +256,22 @@
   .item {
      display: flex;
      align-items: center;
      margin-bottom: 1.5vh;
        margin-bottom: 2.2vh; /* 间距略增 */
        height: 7vh; /* 整体高度增大 */
   }
   /* 统一按钮和输入框的高度 */
   button,
   .input-box {
      height: 5vh;
      /* Adjusted for larger, consistent height */
        height: 6vh; /* 按钮和输入框更高 */
   }
   button {
      width: 30%;
        width: 32%; /* 按钮略宽 */
      padding: 0;
      font-size: 1.8vw;
      /* Larger font for buttons */
        font-size: 2.2vw; /* 字体更大 */
      margin-right: 1vw;
      line-height: 5vh;
        line-height: 6vh;
   }
   .btn-disabled {
@@ -288,13 +287,11 @@
   }
   .input-box {
      width: 70%;
        width: 68%; /* 输入框略缩小,配合按钮变宽 */
      padding: 0 1vw;
      font-size: 1.5vw;
      /* Increased font size for input */
        font-size: 1.8vw; /* 字体更大 */
      border: 1px solid #ccc;
      box-sizing: border-box;
      /* 确保高度一致 */
   }
   /* 右边工单状态部分 */