diff --git a/src/main/webapp/WEB-INF/views/beHospitaledDir/beHospList.jsp b/src/main/webapp/WEB-INF/views/beHospitaledDir/beHospList.jsp index 7baaa4e5..1543b7eb 100644 --- a/src/main/webapp/WEB-INF/views/beHospitaledDir/beHospList.jsp +++ b/src/main/webapp/WEB-INF/views/beHospitaledDir/beHospList.jsp @@ -412,10 +412,20 @@ margin-top: 20%; } + .img_div{ + overflow-y:auto; overflow-x:hidden; height:calc(75vh); + !important; + } + + .img_div2{ + overflow-y:auto; overflow-x:hidden; height:calc(75vh); + !important; + } + #imgDelPageModal .modal-content { margin-left: 5%; width: calc(200%); /*margin-left:-15%;*/ - height: calc(100vh - 100px); + height: calc(90vh ); overflow-x: hidden; overflow-y: auto; !important; diff --git a/src/main/webapp/WEB-INF/views/commitDir/commitList.jsp b/src/main/webapp/WEB-INF/views/commitDir/commitList.jsp index fb68729b..9eeb612f 100644 --- a/src/main/webapp/WEB-INF/views/commitDir/commitList.jsp +++ b/src/main/webapp/WEB-INF/views/commitDir/commitList.jsp @@ -347,10 +347,20 @@ margin-top: 20%; } + .img_div{ + overflow-y:auto; overflow-x:hidden; height:calc(75vh); + !important; + } + + .img_div2{ + overflow-y:auto; overflow-x:hidden; height:calc(75vh); + !important; + } + #imgDelPageModal .modal-content { margin-left: 5%; width: calc(200%); /*margin-left:-15%;*/ - height: calc(100vh - 100px); + height: calc(90vh ); overflow-x: hidden; overflow-y: auto; !important; diff --git a/src/main/webapp/WEB-INF/views/inHospitalDir/inHositalList.jsp b/src/main/webapp/WEB-INF/views/inHospitalDir/inHositalList.jsp index e4b186db..fbb74494 100644 --- a/src/main/webapp/WEB-INF/views/inHospitalDir/inHositalList.jsp +++ b/src/main/webapp/WEB-INF/views/inHospitalDir/inHositalList.jsp @@ -140,6 +140,7 @@ scroll-x:auto; }*/ + #delPdfModal > div > div { margin-top: 30%; margin-left: 60%; @@ -207,12 +208,21 @@ !important; }*/ + .img_div{ + overflow-y:auto; overflow-x:hidden; height:calc(75vh); + !important; + } + + .img_div2{ + overflow-y:auto; overflow-x:hidden; height:calc(75vh); + !important; + } + #imgDelPageModal .modal-content { margin-left: 5%; width: calc(200%); /*margin-left:-15%;*/ - height: calc(100vh - 100px); - overflow-x: hidden; - overflow-y:auto; + height: calc(90vh ); + overflow:hidden; !important; } @@ -754,7 +764,7 @@ hidden/>选择文件 -
+
diff --git a/src/main/webapp/WEB-INF/views/lastVerifyDir/lastVerifyList.jsp b/src/main/webapp/WEB-INF/views/lastVerifyDir/lastVerifyList.jsp index b685915f..12562ea4 100644 --- a/src/main/webapp/WEB-INF/views/lastVerifyDir/lastVerifyList.jsp +++ b/src/main/webapp/WEB-INF/views/lastVerifyDir/lastVerifyList.jsp @@ -349,10 +349,20 @@ margin-top: 20%; } + .img_div{ + overflow-y:auto; overflow-x:hidden; height:calc(75vh); + !important; + } + + .img_div2{ + overflow-y:auto; overflow-x:hidden; height:calc(75vh); + !important; + } + #imgDelPageModal .modal-content { margin-left: 5%; width: calc(200%); /*margin-left:-15%;*/ - height: calc(100vh - 100px); + height: calc(90vh ); overflow-x: hidden; overflow-y: auto; !important; diff --git a/src/main/webapp/WEB-INF/views/unfileMedicalDir/unfileMedicalList.jsp b/src/main/webapp/WEB-INF/views/unfileMedicalDir/unfileMedicalList.jsp index effa2f75..93f271dd 100644 --- a/src/main/webapp/WEB-INF/views/unfileMedicalDir/unfileMedicalList.jsp +++ b/src/main/webapp/WEB-INF/views/unfileMedicalDir/unfileMedicalList.jsp @@ -170,10 +170,20 @@ !important; } + .img_div{ + overflow-y:auto; overflow-x:hidden; height:calc(75vh); + !important; + } + + .img_div2{ + overflow-y:auto; overflow-x:hidden; height:calc(75vh); + !important; + } + #imgDelPageModal .modal-content { - margin-left: 20%; + margin-left: 5%; width: calc(200%); /*margin-left:-15%;*/ - height: calc(100vh - 100px); + height: calc(90vh ); overflow-x: hidden; overflow-y: auto; !important;