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

表格内字体不加粗

chenjun преди 2 години
родител
ревизия
9540501a25
променени са 2 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 1 1
      src/views/realTime/components/AirportView/index copy.scss
  2. 1 1
      src/views/realTime/components/AirportView/index.scss

+ 1 - 1
src/views/realTime/components/AirportView/index copy.scss

@@ -41,7 +41,7 @@
       .el-table-v2__cell-text {
         font-size: 12px;
         font-family: DIN, Microsoft YaHei;
-        font-weight: bold;
+        // font-weight: bold;
         color: #101116;
         white-space: pre-line;
       }

+ 1 - 1
src/views/realTime/components/AirportView/index.scss

@@ -33,7 +33,7 @@
         .cell,
         &::after {
           font-size: 12px;
-          font-weight: bold;
+          // font-weight: bold;
         }
       }
       .el-table__header {