@@ -15,6 +15,7 @@ testDir
*.local
package-lock.json
hongze_yb_pc
+hongze_yb_pc.zip
# Editor directories and files
.vscode/*
@@ -1,8 +1,8 @@
// 全局样式
-@font-face {
- font-family: 'PingFang';
- src: url('https://hzstatic.hzinsights.com/static/font/PingFangRegular.ttf');
-}
+// @font-face {
+// font-family: 'PingFang';
+// src: url('https://hzstatic.hzinsights.com/static/font/PingFangRegular.ttf');
+// }
html,
body,
#app {
@@ -10,7 +10,7 @@ body,
height: 100%;
font-size: 16px;
color: #333;
+ // font-family: 'PingFang';
// min-width: 1024px;
}