fix(order): 头部z-index问题处理
This commit is contained in:
parent
6db470a5b9
commit
aa18b0f15a
|
@ -510,7 +510,7 @@ export default {
|
||||||
padding: 10px 0;
|
padding: 10px 0;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
z-index: 100000000;
|
z-index: 499;
|
||||||
}
|
}
|
||||||
|
|
||||||
.shareImg {
|
.shareImg {
|
||||||
|
|
Loading…
Reference in New Issue