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