소스 검색

表格内字体不加粗

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 {