This website works better with JavaScript
Página Principal
Explorar
Ajuda
Registe-se
Iniciar Sessão
xyh
/
tld_wms
Vigiar
2
Colocar Estrela
0
Fork
0
Ficheiros
Problemas
0
Pull Requests
0
Wiki
Browse Source
fix: 增加iframe背景色 防止刷新框架时显示后面的iframe
xyh
2 years atrás
parent
59333e3254
commit
511b67bc63
1 changed files
with
1 additions
and
0 deletions
Split View
Show Diff Stats
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
Ver Ficheiro
@@ -1,6 +1,7 @@
.iframe {
width: 100%;
height: 100%;
+ background-color: #f5f5f5;
border: unset;
}