소스 검색

同步字体

hbchen 4 달 전
부모
커밋
a77de50060
2개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/CustomElement/EtaChart.ce.vue
  2. 1 0
      src/CustomElement/EtaTable.ce.vue

+ 1 - 0
src/CustomElement/EtaChart.ce.vue

@@ -146,6 +146,7 @@ div{
     border-radius: 5PX;
     display: flex;
     flex-direction: column;
+    font-family: 'PingFangSC-Regular','微软雅黑','宋体'!important;
     .hz-chart-head{
         box-sizing: border-box;
         background-color: #F2F2F2;

+ 1 - 0
src/CustomElement/EtaTable.ce.vue

@@ -86,6 +86,7 @@ getTableData()
   position: relative;
   margin: 0 auto;
   background: #fff;
+  font-family: 'PingFangSC-Regular','微软雅黑','宋体'!important;
   .title {
     font-size: 17PX;
     font-weight: normal;