Browse Source

Merge branch 'bug_5126'

hbchen 4 months ago
parent
commit
a0a217cda4
2 changed files with 2 additions and 0 deletions
  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

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