fix autocomplete not show dropdown (#477)

This commit is contained in:
Sijie.Sun
2024-11-16 21:31:19 +08:00
committed by GitHub
parent 15ad92aef2
commit 89093167c6
2 changed files with 8 additions and 2 deletions
@@ -32,6 +32,12 @@ export default {
}
},
},
zIndex: {
modal: 1100, //dialog, drawer
overlay: 1200, //select, popover
menu: 1300, //overlay menus
tooltip: 1400 //tooltip
}
});
app.component('Config', Config);