popOver 跟 modal z-index 换一下

This commit is contained in:
2betop 2020-08-20 12:16:26 +08:00
parent 828de7e132
commit ea4eb07768
1 changed files with 2 additions and 2 deletions

View File

@ -123,8 +123,8 @@ $zindex-affix: 900 !default;
$zindex-dropdown: 1000 !default;
$zindex-sticky: 1100 !default;
$zindex-fixed: 1200 !default;
$zindex-modal: 1300 !default;
$zindex-popover: 1400 !default;
$zindex-popover: 1300 !default;
$zindex-modal: 1400 !default;
$zindex-contextmenu: 1500 !default;
$zindex-tooltip: 1600 !default;
$zindex-toast: 2000 !default;