修复界面切换问题

pull/733/head
lyswhut 2022-01-01 15:06:17 +08:00
parent b9596f2a6e
commit 7a20f06cf4
1 changed files with 7 additions and 4 deletions

View File

@ -14,10 +14,13 @@
.view {
position: relative;
z-index: 1;
// > * {
// position: absolute;
// width: 100%;
// }
> * {
position: absolute !important;
left: 0;
top: 0;
height: 100%;
width: 100%;
}
// background: #fff;
// overflow: hidden;
}