快乐的昕的电脑
2025-11-24 6fa86a03230c06b2bc5cfbf4023f5232cd89a1ca
components/Technology.vue
@@ -2,7 +2,7 @@
   <view class="parameter-page">
      <!-- 获取参数按钮 -->
      <button class="fetch-btn" @click="dialogToggle">获取当前参数</button>
      <!--工艺参数-->
      <!-- 参数表格,分为两列 -->
      <view class="parameter-table">
         <!-- 左列参数 -->
@@ -67,8 +67,8 @@
            </view>
         </view>
      </view>
   </view>
   
   
@@ -217,21 +217,22 @@
      padding: 20px;
   }
   .fetch-btn {
      display: block;
      width: 100%;
      margin-bottom: 20px;
      background-color: #007bff;
      color: white;
      text-align: center;
      padding: 10px;
      font-size: 16px;
   }
    .fetch-btn {
        display: block;
        width: 100%;
        margin-bottom: 20px;
        background-color: #007bff;
        color: white;
        text-align: center;
        font-size: 32px !important;
        padding: 18px 0;
    }
   .parameter-table {
      display: flex;
      justify-content: space-between;
   }
    .parameter-table {
        display: flex;
        justify-content: space-between;
        font-size: 28px !important;
    }
   .parameter-column {
      flex: 1;
@@ -242,10 +243,11 @@
      justify-content: space-between;
   }
   .header {
      background-color: #f0f0f0;
      font-weight: bold;
   }
    .header {
        background-color: #f0f0f0;
        font-weight: bold;
        font-size: 32px !important;
    }
   .table-cell {
      flex: 1;
@@ -270,4 +272,13 @@
      padding: 5px;
      background-color: transparent;
   }
    .table-row,
    .table-cell,
    .parameter-name,
    .parameter-value,
    .txt {
        font-size: 28px !important;
    }
</style>