快乐的昕的电脑
2025-11-14 290d28a91607516e095d871488119e1e4386b69e
components/machine.vue
@@ -303,13 +303,13 @@
      background-color: #00A2E9;
      color: white;
      border: none;
      font-size: 16px;
      font-size: 22px;
      border-radius: 5px;
   }
   label {
      margin-right: 10px;
      font-size: 16px;
      font-size: 22px;
   }
   /* 中间状态部分布局 */
@@ -328,7 +328,7 @@
   }
   .item h4 {
      font-size: 14px;
      font-size: 18px;
      line-height: 1.4;
      margin: 0;
      padding: 5px 0;
@@ -338,7 +338,7 @@
      width: 50%;
      flex-shrink: 0;
      padding: 10px;
      font-size: 16px;
      font-size: 22px;
      border: none;
      text-align: center;
      min-height: 40px;
@@ -357,7 +357,7 @@
   input {
      margin-top: 0;
      padding: 8px;
      font-size: 15px;
      font-size: 24px;
      border: 1px solid #ccc;
      width: 50%;
      flex-grow: 1;
@@ -378,16 +378,16 @@
      padding: 12px;
      background-color: #00A2E9;
      color: white;
      font-size: 18px;
      font-size: 24px;
      border: none;
      text-align: center;
      min-height: 45px;
   }
    .txt-inp {
        height: 50px; /* 增大高度 */
        height: 70px; /* 增大高度 */
        padding: 12px; /* 增大内边距 */
        font-size: 20px; /* 增大字体 */
        font-size: 24px; /* 增大字体 */
        width: 50%;
        flex-grow: 1;
        box-sizing: border-box;
@@ -408,22 +408,22 @@
         margin-bottom: 8px;
      }
      .item h4 {
         font-size: 13px;
         padding: 3px 0;
      }
            .item h4 {
                font-size: 16px;
                padding: 3px 0;
            }
      button {
         padding: 8px;
         font-size: 15px;
         min-height: 38px;
      }
        button {
            padding: 8px;
            font-size: 20px;
            min-height: 38px;
        }
      .txt-inp {
         height: 38px;
         padding: 6px;
         font-size: 14px;
      }
        .txt-inp {
            height: 46px;
            padding: 10px;
            font-size: 22px;
        }
      .bottom-section {
         margin-top: 8px;
@@ -433,8 +433,20 @@
      .save-btn,
      .cancel-btn {
         padding: 10px;
         font-size: 17px;
         font-size: 22px;
         min-height: 42px;
      }
        input {
            font-size: 22px;
        }
        .refresh-btn {
            font-size: 20px;
        }
        label {
            font-size: 20px;
        }
   }
</style>