1
0
mirror of https://github.com/PanJiaChen/vue-element-admin.git synced 2025-09-06 17:49:50 +08:00

fix[TagsView]: fixed z-index bug

This commit is contained in:
Pan 2019-04-04 13:05:44 +08:00
parent 43115e5538
commit adebc75040

View File

@ -243,7 +243,7 @@ export default {
.contextmenu {
margin: 0;
background: #fff;
z-index: 100;
z-index: 3000;
position: absolute;
list-style-type: none;
padding: 5px 0;