diff --git a/src/views/system/record/record.vue b/src/views/system/record/record.vue index 6d0d597..3a07482 100644 --- a/src/views/system/record/record.vue +++ b/src/views/system/record/record.vue @@ -690,6 +690,8 @@ export default { .header { background-color: #f1f3f5; padding-top: 10px; + height: calc(100vh - 84px); + ::v-deep .el-tabs__header { margin: 0 !important; @@ -700,9 +702,9 @@ export default { } .bottomheader { - overflow-y: scroll; + height: calc(100vh - 294px); + overflow-y: auto; width: 99%; - height: 67vh; background-color: #fff; margin: 10px auto; padding: 10px 20px;