修复界面切换问题

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 { .view {
position: relative; position: relative;
z-index: 1; z-index: 1;
// > * { > * {
// position: absolute; position: absolute !important;
// width: 100%; left: 0;
// } top: 0;
height: 100%;
width: 100%;
}
// background: #fff; // background: #fff;
// overflow: hidden; // overflow: hidden;
} }