perf: 手机端层级展示

This commit is contained in:
warmthsea 2024-06-26 18:02:30 +08:00
parent 13e7a13e9d
commit 92727c6311
2 changed files with 2 additions and 1 deletions

View File

@ -224,7 +224,7 @@ const LayHeader = defineComponent({
.app-mask {
position: absolute;
top: 0;
z-index: 999;
z-index: 2001;
width: 100%;
height: 100%;
background: #000;

View File

@ -571,6 +571,7 @@
}
.sidebar-container {
z-index: 2001;
width: $sideBarWidth;
transition: transform var(--pure-transition-duration);
}