Ver código fonte

样式优化

tanxue 4 meses atrás
pai
commit
3f123410c8
1 arquivos alterados com 2 adições e 3 exclusões
  1. 2 3
      App.vue

+ 2 - 3
App.vue

@@ -80,9 +80,8 @@
 	/* 公共样式 */
 	@import '/common/styles/index.scss';
 
-	body,
-	html,
-	#app {
+	// 西文、雅黑、黑体、宋体
+	body,html,#app {
 		font-family: "Helvetica Neue", "Microsoft YaHei", "SimHei", "SimSun", "Arial", sans-serif;
 		margin: 0;
 		padding: 0;