From 682ebb79df24880e1f21b8c068141d38092cf553 Mon Sep 17 00:00:00 2001 From: hujl <123@qq.com> Date: Mon, 26 Apr 2021 17:12:04 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=A0=B7=E5=BC=8F(=E7=97=85?= =?UTF-8?q?=E5=8E=86=E6=B8=85=E5=8D=956=E4=B8=AA=E5=88=86=E6=AE=B5?= =?UTF-8?q?=E5=88=97=E8=A1=A8=E7=9A=84=E6=BB=9A=E5=8A=A8=E6=9D=A1)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../webapp/WEB-INF/views/beHospitaledDir/beHospList.jsp | 8 ++++++++ src/main/webapp/WEB-INF/views/commitDir/commitList.jsp | 7 +++++++ .../webapp/WEB-INF/views/inHospitalDir/inHositalList.jsp | 7 +++++++ .../webapp/WEB-INF/views/lastVerifyDir/lastVerifyList.jsp | 7 +++++++ .../views/medicalHandlerDir/medicalHandlerList.jsp | 7 +++++++ .../WEB-INF/views/unfileMedicalDir/unfileMedicalList.jsp | 7 +++++++ 6 files changed, 43 insertions(+) diff --git a/src/main/webapp/WEB-INF/views/beHospitaledDir/beHospList.jsp b/src/main/webapp/WEB-INF/views/beHospitaledDir/beHospList.jsp index 1543b7eb..2223f5f7 100644 --- a/src/main/webapp/WEB-INF/views/beHospitaledDir/beHospList.jsp +++ b/src/main/webapp/WEB-INF/views/beHospitaledDir/beHospList.jsp @@ -109,6 +109,14 @@ height: auto; min-height: 350px; margin-left: -10px; + !important; + } + + #ztree{ + overflow-x: hidden; + overflow-y: auto; + max-height: calc(60vh ); + !important; } .divCss5 { diff --git a/src/main/webapp/WEB-INF/views/commitDir/commitList.jsp b/src/main/webapp/WEB-INF/views/commitDir/commitList.jsp index 9eeb612f..0ff05ee6 100644 --- a/src/main/webapp/WEB-INF/views/commitDir/commitList.jsp +++ b/src/main/webapp/WEB-INF/views/commitDir/commitList.jsp @@ -127,6 +127,13 @@ margin-left: -10px; } + #ztree{ + overflow-x: hidden; + overflow-y: auto; + max-height: calc(60vh ); + !important; + } + .toolbarCss { margin-right: 20px; margin-bottom: 0px; diff --git a/src/main/webapp/WEB-INF/views/inHospitalDir/inHositalList.jsp b/src/main/webapp/WEB-INF/views/inHospitalDir/inHositalList.jsp index fbb74494..edd0983a 100644 --- a/src/main/webapp/WEB-INF/views/inHospitalDir/inHositalList.jsp +++ b/src/main/webapp/WEB-INF/views/inHospitalDir/inHositalList.jsp @@ -106,6 +106,13 @@ margin-left: -10px; } + #ztree{ + overflow-x: hidden; + overflow-y: auto; + max-height: calc(60vh ); + !important; + } + .divCss5 { border-left: 2px solid #e5e5e5; height: auto; diff --git a/src/main/webapp/WEB-INF/views/lastVerifyDir/lastVerifyList.jsp b/src/main/webapp/WEB-INF/views/lastVerifyDir/lastVerifyList.jsp index 12562ea4..031cd721 100644 --- a/src/main/webapp/WEB-INF/views/lastVerifyDir/lastVerifyList.jsp +++ b/src/main/webapp/WEB-INF/views/lastVerifyDir/lastVerifyList.jsp @@ -130,6 +130,13 @@ margin-left: -10px; } + #ztree{ + overflow-x: hidden; + overflow-y: auto; + max-height: calc(60vh ); + !important; + } + .toolbarCss { margin-right: 20px; margin-bottom: 0px; diff --git a/src/main/webapp/WEB-INF/views/medicalHandlerDir/medicalHandlerList.jsp b/src/main/webapp/WEB-INF/views/medicalHandlerDir/medicalHandlerList.jsp index 9a85a06b..f0ccb6ab 100644 --- a/src/main/webapp/WEB-INF/views/medicalHandlerDir/medicalHandlerList.jsp +++ b/src/main/webapp/WEB-INF/views/medicalHandlerDir/medicalHandlerList.jsp @@ -127,6 +127,13 @@ margin-left: -10px; } + #ztree{ + overflow-x: hidden; + overflow-y: auto; + max-height: calc(60vh ); + !important; + } + .divCss5 { border-left: 2px solid #e5e5e5; height: auto; diff --git a/src/main/webapp/WEB-INF/views/unfileMedicalDir/unfileMedicalList.jsp b/src/main/webapp/WEB-INF/views/unfileMedicalDir/unfileMedicalList.jsp index 93f271dd..0ab01a68 100644 --- a/src/main/webapp/WEB-INF/views/unfileMedicalDir/unfileMedicalList.jsp +++ b/src/main/webapp/WEB-INF/views/unfileMedicalDir/unfileMedicalList.jsp @@ -140,6 +140,13 @@ margin-left: -10px; } + #ztree{ + overflow-x: hidden; + overflow-y: auto; + max-height: calc(60vh ); + !important; + } + .toolbarCss { margin-right: 20px; margin-bottom: 0px;