fix(navBar): 后退导航栏z-index数值过大
This commit is contained in:
parent
529ac10447
commit
7bac32fd48
|
@ -55,7 +55,7 @@ export default {
|
||||||
.navBar {
|
.navBar {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
margin: 14rpx 24rpx;
|
margin: 14rpx 24rpx;
|
||||||
z-index: 1000000000;
|
z-index: 500;
|
||||||
width: 28px;
|
width: 28px;
|
||||||
height: 28px;
|
height: 28px;
|
||||||
background: rgba(255, 255, 255, 0.7);
|
background: rgba(255, 255, 255, 0.7);
|
||||||
|
|
Loading…
Reference in New Issue