From 239039f7120857a59ae6d94b18c055b48fe19826 Mon Sep 17 00:00:00 2001 From: xuli Date: Wed, 21 Jan 2026 18:05:18 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/business/polling/problemInitiativeList.vue | 4 ++-- src/pages/business/polling/problemList.vue | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/pages/business/polling/problemInitiativeList.vue b/src/pages/business/polling/problemInitiativeList.vue index 54a796e..16d297d 100644 --- a/src/pages/business/polling/problemInitiativeList.vue +++ b/src/pages/business/polling/problemInitiativeList.vue @@ -266,10 +266,10 @@ const handleDetail = (item) =>{ } .scroll-h{ /* #ifdef APP-PLUS */ - height: calc(100vh - 130px); + height: calc(100vh - 123px) !important; /* #endif */ /* #ifndef APP-PLUS */ - height: calc(100vh - 105px); + height: calc(100vh - 105px) !important; /* #endif */ } diff --git a/src/pages/business/polling/problemList.vue b/src/pages/business/polling/problemList.vue index 22dd1b2..f55afa8 100644 --- a/src/pages/business/polling/problemList.vue +++ b/src/pages/business/polling/problemList.vue @@ -245,10 +245,10 @@ const handleDetail = (item) =>{ } .scroll-h{ /* #ifdef APP-PLUS */ - height: calc(100vh - 130px); + height: calc(100vh - 123px) !important; /* #endif */ /* #ifndef APP-PLUS */ - height: calc(100vh - 105px); + height: calc(100vh - 105px) !important; /* #endif */ }