mirror of
https://github.com/EasyTier/EasyTier.git
synced 2026-05-07 10:14:35 +00:00
fix autocomplete not show dropdown (#477)
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user