From 29bec1e92047d7fb08e842f37486d6abf8c1efa1 Mon Sep 17 00:00:00 2001 From: 2betop <2betop.cn@gmail.com> Date: Thu, 20 Aug 2020 12:16:26 +0800 Subject: [PATCH] =?UTF-8?q?popOver=20=E8=B7=9F=20modal=20z-index=20?= =?UTF-8?q?=E6=8D=A2=E4=B8=80=E4=B8=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scss/_variables.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scss/_variables.scss b/scss/_variables.scss index fc33cce8..67b76914 100644 --- a/scss/_variables.scss +++ b/scss/_variables.scss @@ -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;