Explorar el Código

fix: 增加iframe背景色 防止刷新框架时显示后面的iframe

xyh hace 2 años
padre
commit
511b67bc63
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      packages/app/src/pages/home/main/tab-panel/index.module.css

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

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