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