From 4dd983065433ad50c5e1fa25741a360795673e28 Mon Sep 17 00:00:00 2001 From: zhoulingpo Date: Thu, 25 May 2023 15:46:10 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E4=BF=AE=E6=94=B9=E3=80=91=E4=BF=AE?= =?UTF-8?q?=E6=94=B9=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/Report/ReportList.vue | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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;