소스 검색

样式优化

tanxue 9 달 전
부모
커밋
3f123410c8
1개의 변경된 파일2개의 추가작업 그리고 3개의 파일을 삭제
  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;