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;