chenjun 2 yıl önce
ebeveyn
işleme
4286e38d85

+ 1 - 1
src/components/ColumnSet/index.vue

@@ -208,7 +208,7 @@ watch(needShowColumns, defaultColumns => {
 
   .group-title {
     font-size: 16px;
-    font-family: Helvetica, Microsoft YaHei;
+    font-family: Microsoft YaHei;
     font-weight: bold;
     color: #303133;
     margin: 22px 0;

+ 1 - 1
src/components/steps/index.vue

@@ -78,7 +78,7 @@ const props = defineProps({
         flex-direction: column;
         &-list {
           font-size: 12px;
-          font-family: Helvetica, Microsoft YaHei;
+          font-family: Microsoft YaHei;
           font-weight: 400;
           color: #101116;
           margin-top: 8px;

+ 1 - 1
src/components/tableTemp/index.vue

@@ -270,7 +270,7 @@ defineExpose({
   }
   .child-list {
     font-size: 14px;
-    font-family: Helvetica;
+    font-family: Microsoft YaHei;
     font-weight: 400;
     color: #101116;
   }

+ 2 - 2
src/layout/components/NavBarTop/index.vue

@@ -83,7 +83,7 @@ const loginOut = async () => {
   }
   .avatar-wrapper {
     font-size: 14px;
-    font-family: Helvetica;
+    font-family: Microsoft YaHei;
     font-weight: bold;
     color: #ffffff;
     cursor: pointer;
@@ -95,4 +95,4 @@ const loginOut = async () => {
     }
   }
 }
-</style>
+</style>

+ 1 - 1
src/layout/components/Sidebar/Logo.vue

@@ -69,7 +69,7 @@ const { title, logo } = toRefs(state)
       font-weight: 600;
       line-height: 50px;
       font-size: 14px;
-      font-family: Avenir, Helvetica Neue, Arial, Helvetica, sans-serif;
+      font-family: Microsoft YaHei;
       vertical-align: middle;
     }
   }

+ 4 - 0
src/styles/index.scss

@@ -4,6 +4,10 @@
 @import './reset-style.scss';
 @import './elemenet-style-overflow.scss';
 
+*{
+  font-family: Microsoft YaHei !important;
+}
+
 //scroll
 @mixin main-show-wh() {
   /* css 声明 */

+ 1 - 1
src/views/dashboard/css/index.scss

@@ -141,7 +141,7 @@
             }
             &-num {
               font-size: 32px;
-              font-family: DIN;
+              font-family: Microsoft YaHei;
               font-weight: bold;
               color: #ffffff;
               margin-top: 8px;