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 */ }