Преглед на файлове

fix:手动控制的样式修改

chenzhen2 преди 2 години
родител
ревизия
318e564ead
променени са 1 файла, в които са добавени 3 реда и са изтрити 2 реда
  1. 3 2
      src/views/envmonitor/components/Air/manualIndex.vue

+ 3 - 2
src/views/envmonitor/components/Air/manualIndex.vue

@@ -1052,7 +1052,7 @@ export default defineComponent({
               height: 50px;
               display: flex;
               align-items: center;
-              //font-weight: 600;
+              font-weight: 400;
               justify-content: center;
               text-align: center;
               font-size: 14px;
@@ -1061,7 +1061,8 @@ export default defineComponent({
         }
         .adjust-title {
           padding-top: 10px;
-          font-size: 18px;
+          font-size: 14px;
+          font-weight: 400;
         }
         .disable-color {
           color: $elDisabledColor;