From 14c76bdd5a0439c13418042db4fd57cf319095bf Mon Sep 17 00:00:00 2001 From: shidongli Date: Mon, 1 Jul 2024 15:45:05 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=BB=E5=8A=A1=E5=BE=85=E5=8A=9E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/system/followupdetails/index.vue | 6 ++++-- src/views/system/followupsee/index.vue | 6 ++++-- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/src/views/system/followupdetails/index.vue b/src/views/system/followupdetails/index.vue index 0303888..a2016c1 100644 --- a/src/views/system/followupdetails/index.vue +++ b/src/views/system/followupdetails/index.vue @@ -588,6 +588,7 @@ export default { } .header { + height: calc(100vh - 84px); background-color: #f1f3f5; padding-top: 10px; @@ -600,9 +601,10 @@ export default { } .bottomheader { - overflow-y: scroll; + height: calc(100vh - 274px); + overflow-y: auto; width: 99%; - height: 67vh; + // height: 67vh; background-color: #fff; margin: 10px auto; padding: 10px 20px; diff --git a/src/views/system/followupsee/index.vue b/src/views/system/followupsee/index.vue index 6e60a0a..bc92a09 100644 --- a/src/views/system/followupsee/index.vue +++ b/src/views/system/followupsee/index.vue @@ -822,6 +822,7 @@ this.infolistword() } .header { + height: calc(100vh - 84px); background-color: #f1f3f5; padding-top: 10px; @@ -834,9 +835,10 @@ this.infolistword() } .bottomheader { - overflow-y: scroll; + height: calc(100vh - 274px); + overflow-y: auto; width: 99%; - height: 65vh; + // height: 65vh; background-color: #fff; margin: 10px auto; padding: 10px 20px;