Kaynağa Gözat

表格内字体不加粗

chenjun 2 yıl önce
ebeveyn
işleme
9540501a25

+ 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 {