降低菜单标签页中page-tag-div样式的z-index值,避免菜单布局为顶部时,菜单下拉框被标签页遮住

This commit is contained in:
丁逸轩 2024-10-15 17:25:36 +08:00
parent 3940dcb245
commit a84a6d0821

View File

@ -154,7 +154,7 @@
width: v-bind(pageWidth);
height: 40px;
line-height: 40px;
z-index: 1051;
z-index: 1000;
}
}
}