From b981fe554e0583b174e1be4f7a8bd2a5f7650eea Mon Sep 17 00:00:00 2001 From: iwx <525029662@qq.com> Date: Fri, 18 Mar 2016 09:38:17 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E4=B8=80=E4=B8=AAsass?= =?UTF-8?q?=E8=BD=AC=E6=8D=A2less=E9=81=97=E6=BC=8F=E7=9A=84=E5=9C=B0?= =?UTF-8?q?=E6=96=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- less/modals.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/less/modals.less b/less/modals.less index d487cf3e..dfebe853 100644 --- a/less/modals.less +++ b/less/modals.less @@ -5,7 +5,7 @@ .@{namespace}modal { position: fixed; top: 0; - z-index: z("modal"); + z-index: @z-layers-modal; width: 100%; min-height: 100%; overflow: hidden;