From a68ca326a125bc033702c6759fbf509707100ef4 Mon Sep 17 00:00:00 2001 From: leiyun Date: Sat, 28 Mar 2026 16:02:50 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A4=84=E7=90=86H5=E7=9A=84bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- App.vue | 6 +++--- components/h5-signature/h5-signature.vue | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/App.vue b/App.vue index a3755b7..40f2355 100644 --- a/App.vue +++ b/App.vue @@ -37,10 +37,10 @@ padding: 0; } .page { - min-height: calc(100vh - 50px) !important; + min-height: 100vh !important; } - uni-page-head .uni-page-head { - box-shadow: 0 1px 6px rgba(0, 0, 0, 0.08); + uni-page-head { + display: none !important; } /* #endif */ diff --git a/components/h5-signature/h5-signature.vue b/components/h5-signature/h5-signature.vue index fe4f9a3..d4a8fc6 100644 --- a/components/h5-signature/h5-signature.vue +++ b/components/h5-signature/h5-signature.vue @@ -1,6 +1,6 @@