fix(order): 头部z-index问题处理

This commit is contained in:
ywk 2025-04-10 09:36:42 +08:00
parent 6db470a5b9
commit aa18b0f15a
1 changed files with 1 additions and 1 deletions

View File

@ -510,7 +510,7 @@ export default {
padding: 10px 0;
position: fixed;
width: 100%;
z-index: 100000000;
z-index: 499;
}
.shareImg {