diff --git a/src/main/resources/views/platform/zhghh5/scan/index.html b/src/main/resources/views/platform/zhghh5/scan/index.html index 4324ecc..13a1f0a 100644 --- a/src/main/resources/views/platform/zhghh5/scan/index.html +++ b/src/main/resources/views/platform/zhghh5/scan/index.html @@ -95,6 +95,26 @@ layout("/layouts/platform_h5.html"){ .weui-msg__icon-area { margin-bottom: 20px; } + .result-dialog .van-dialog__content { + max-height: calc(100vh - 140px); + overflow: hidden; + } + .iframe-container { + width: 100%; + height: calc(100vh - 190px); + min-height: 260px; + max-height: 520px; + position: relative; + margin-top: 20px; + overflow-y: auto; + -webkit-overflow-scrolling: touch; + } + .iframe-container iframe { + width: 100%; + height: 100%; + border: none; + display: block; + } /*.result-dialog .van-dialog__footer { display: none !important; }*/ @@ -134,7 +154,7 @@ layout("/layouts/platform_h5.html"){ @confirm="resultConfirm" > -
+
@@ -142,7 +162,6 @@ layout("/layouts/platform_h5.html"){