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;