快乐的昕的电脑
2025-11-24 86357b165920f06723e005ed319c58a71808fbbd
components/WorkOrderStatus.vue
@@ -231,7 +231,7 @@
      background-color: #00A2E9;
      /* 蓝色背景 */
      color: white;
      padding: 10px 20px;
      padding: 8px 20px;
      border: none;
      border-radius: 5px;
      font-size: 35px;
@@ -298,18 +298,18 @@
   }
   /* 右边工单状态部分 */
   .right-section {
          width: 30%;
          display: flex;
          flex-direction: column;
          align-items: flex-start;
          justify-content: flex-start;
          text-align: center;
          padding-top: 45px;
          flex-wrap: wrap;
          align-content: flex-start;
          margin-top: -44px;
   }
    .right-section {
        width: 30%; /* 原来是30%,调大一点 */
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        text-align: center;
        padding-top: 45px;
        flex-wrap: wrap;
        align-content: flex-start;
        margin-top: -44px;
    }
   .status-title {
      margin-bottom: 2vh;
@@ -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>