tjx
2025-11-04 a563361b45430e4c99ddc625d995154f34b3e556
components/machine.vue
@@ -286,6 +286,7 @@
      position: absolute;
      top: 8px;
      right: 40px;
      width: 200px;
      z-index: 1000;
   }
@@ -313,8 +314,9 @@
   .item {
      display: flex;
      flex-direction: row;
      align-items: flex-start;
      align-items: center;
      margin-bottom: 10px;
      gap: 10px;
   }
   .item h4 {
@@ -325,7 +327,8 @@
   }
   button {
      width: 100%;
      width: 50%;
      flex-shrink: 0;
      padding: 10px;
      font-size: 16px;
      border: none;
@@ -348,7 +351,8 @@
      padding: 8px;
      font-size: 15px;
      border: 1px solid #ccc;
      width: 100%;
      width: 50%;
      flex-grow: 1;
      box-sizing: border-box;
   }
@@ -376,7 +380,8 @@
      height: 40px;
      padding: 8px;
      font-size: 15px;
      width: 100%;
      width: 50%;
      flex-grow: 1;
      box-sizing: border-box;
      margin-top: 0;
   }