Ver código fonte

feat: 页面设置白色背景色,frame框架有默认色

AlieLee 3 anos atrás
pai
commit
0632ddb6df
1 arquivos alterados com 2 adições e 1 exclusões
  1. 2 1
      src/App.vue

+ 2 - 1
src/App.vue

@@ -20,8 +20,9 @@ body,
   width: 100%;
   height: 100%;
   font-size: 14px;
-  font-family: Arial, "Microsoft Yahei", sans-serif;
+  font-family: "PingFang SC", "Microsoft Yahei", Arial, sans-serif;
   color: #333;
+  background: #fff;
   // 滚动条样式
   &::-webkit-scrollbar {
     width: 5px;