From 0aca47b15e680fb52c6e7f45104e57f0b1c8b56c Mon Sep 17 00:00:00 2001 From: zhouhefeng Date: Fri, 24 Apr 2026 12:53:09 +0800 Subject: [PATCH] commit --- .../views/platform/zhghh5/scan/index.html | 25 ++++++++++++++++--- 1 file changed, 22 insertions(+), 3 deletions(-) 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"){