From 7e3c93c7130d21604d6017c733624407ab2a95e8 Mon Sep 17 00:00:00 2001 From: hujl <123@qq.com> Date: Mon, 26 Apr 2021 16:40:55 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=A0=B7=E5=BC=8F(=E4=B8=8A?= =?UTF-8?q?=E4=BC=A0=E5=9B=BE=E7=89=87=E7=9A=84=E6=BB=9A=E5=8A=A8=E6=9D=A1?= =?UTF-8?q?)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../views/beHospitaledDir/beHospList.jsp | 12 +++++++++++- .../WEB-INF/views/commitDir/commitList.jsp | 12 +++++++++++- .../views/inHospitalDir/inHositalList.jsp | 18 ++++++++++++++---- .../views/lastVerifyDir/lastVerifyList.jsp | 12 +++++++++++- .../unfileMedicalDir/unfileMedicalList.jsp | 14 ++++++++++++-- 5 files changed, 59 insertions(+), 9 deletions(-) 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;