diff --git a/src/views/Report/ReportList.vue b/src/views/Report/ReportList.vue index d188496..845bf03 100644 --- a/src/views/Report/ReportList.vue +++ b/src/views/Report/ReportList.vue @@ -742,8 +742,10 @@ export default { } .table-over{ background-color: pink; - max-height: calc(100vh - 320px); - overflow: auto; + ::v-deep .vxe-table--body-wrapper{ + max-height: calc(100vh - 320px); + overflow: auto; + } } .preview-dialog-body { padding: 9px 25px 17px 22px;