From 072ef6ebe652a4551974fe6c02f7b6df3ac709da Mon Sep 17 00:00:00 2001 From: lulushuiba <13135269930@qq.com> Date: Wed, 7 Apr 2021 23:06:29 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E2=80=9C=E5=85=A8=E5=B1=80?= =?UTF-8?q?=E9=85=8D=E7=BD=AE=E2=80=9D=E9=A1=B5=E9=9D=A2=EF=BC=8C=E4=B8=8B?= =?UTF-8?q?=E6=8B=89=E5=88=97=E8=A1=A8=E6=89=93=E5=BC=80=E5=90=8E=E8=A2=AB?= =?UTF-8?q?=E9=81=AE=E6=8C=A1=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../static/component/pear/css/pear-module/dtree/dtree.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/static/component/pear/css/pear-module/dtree/dtree.css b/src/main/resources/static/component/pear/css/pear-module/dtree/dtree.css index ca53ffc..9cb02cc 100644 --- a/src/main/resources/static/component/pear/css/pear-module/dtree/dtree.css +++ b/src/main/resources/static/component/pear/css/pear-module/dtree/dtree.css @@ -100,7 +100,7 @@ /** 下拉树属性*/ .dtree-select{position: absolute;max-height: 500px;height: 350px;overflow: auto;width: 99%;z-index: 123;display: none;border:1px solid silver;top: 42px;} -.dtree-select-show{display: block!important;} +.dtree-select-show{display: block!important; z-index: 900;} /* 简单适配*/ @media screen and (max-width:1700px) and (min-width:1300px){ -- Gitee