瀏覽代碼

style: 修改背景色

xyh 2 年之前
父節點
當前提交
ad634bc785
共有 2 個文件被更改,包括 5 次插入1 次删除
  1. 0 1
      packages/app/src/pages/home/main/tab-panel/index.module.css
  2. 5 0
      packages/app/src/styles/index.css

+ 0 - 1
packages/app/src/pages/home/main/tab-panel/index.module.css

@@ -1,7 +1,6 @@
 .iframe {
   width: 100%;
   height: 100%;
-  background-color: #f5f5f5;
   border: unset;
 }
 

+ 5 - 0
packages/app/src/styles/index.css

@@ -47,6 +47,11 @@ img {
   display: none;
 }
 
+body,
+html {
+  background-color: #f5f5f5;
+}
+
 .container {
   width: 100vw;
   height: 100vh;