快乐的昕的电脑
20 小时以前 c8e4ab6026d3c131734727acd633d1347dfdf860
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>
   
   
@@ -224,7 +224,7 @@
        background-color: #007bff;
        color: white;
        text-align: center;
        font-size: 32px !important;
        font-size: 22px !important;
        padding: 18px 0;
    }
@@ -246,7 +246,7 @@
    .header {
        background-color: #f0f0f0;
        font-weight: bold;
        font-size: 32px !important;
        font-size: 22px !important;
    }
   .table-cell {
@@ -278,7 +278,7 @@
    .parameter-name,
    .parameter-value,
    .txt {
        font-size: 28px !important;
        font-size: 22px !important;
    }
</style>