mirror of
https://gitee.com/lab1024/smart-admin.git
synced 2025-09-20 04:16:38 +08:00
降低菜单标签页中page-tag-div样式的z-index值,避免菜单布局为顶部时,菜单下拉框被标签页遮住
This commit is contained in:
parent
3940dcb245
commit
a84a6d0821
@ -154,7 +154,7 @@
|
|||||||
width: v-bind(pageWidth);
|
width: v-bind(pageWidth);
|
||||||
height: 40px;
|
height: 40px;
|
||||||
line-height: 40px;
|
line-height: 40px;
|
||||||
z-index: 1051;
|
z-index: 1000;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user