This website works better with JavaScript
Home
Explore
Help
Register
Sign In
xyh
/
tld_wms
Watch
2
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
fix: 增加iframe背景色 防止刷新框架时显示后面的iframe
xyh
2 years ago
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
View File
@@ -1,6 +1,7 @@
.iframe {
width: 100%;
height: 100%;
+ background-color: #f5f5f5;
border: unset;
}