快乐的昕的电脑
2025-11-24 c0c29bab83c18e7900343c43bf7e2e28dd91471c
components/WorkOrderStatus.vue
@@ -231,12 +231,16 @@
        background-color: #00A2E9;
        /* 蓝色背景 */
        color: white;
        padding: 10px 20px;
        height: 60px;
        border: none;
        border-radius: 5px;
        font-size: 35px;
        cursor: pointer;
        width: 90px !important; /* 更窄 */
        height: 60px !important; /* 更高 */
        font-size: 22px !important;
        padding: 0 !important;
        border-radius: 8px !important;
    }
   /* 上半部分:左右布局 */
@@ -348,25 +352,28 @@
   }
   /* 下半部分:保存和取消按钮 */
   .bottom-section {
      display: flex;
      justify-content: space-between;
      margin-top: 1vh;
      height: 100%;
    .bottom-section {
        display: flex;
        margin-top: 1vh;
        height: 100%;
        justify-content: flex-end; /* 让按钮靠右对齐(可选) */
        gap: 16px; /* 按钮间距 */
   }
   .save-btn,
   .cancel-btn {
      width: 48%;
      padding: 1.5vh;
      background-color: #00A2E9;
      color: white;
      border: none;
      text-align: center;
      font-size: 1.8vw;
      /* Larger font for buttons */
      height: 100%;
   }
    .save-btn,
    .cancel-btn {
        background-color: #00A2E9;
        color: white;
        border: none;
        text-align: center;
        width: 90px !important; /* 更窄 */
        height: 60px !important; /* 更高 */
        font-size: 22px !important;
        padding: 0 !important;
        border-radius: 8px !important;
        display: inline-block;
    }
    /* 让右侧工单号输入框变长 */
    .status-title input.status-title {