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;