修复界面切换问题
parent
b9596f2a6e
commit
7a20f06cf4
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue