From a39f8aec84c148e426d0ccf1078891204beca3b1 Mon Sep 17 00:00:00 2001 From: shenyanpei Date: Thu, 23 Sep 2021 11:06:03 +0800 Subject: [PATCH] =?UTF-8?q?table=E8=A1=A8=E6=A0=BC=E9=AB=98=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../localProductsOrProjectLibrary/index.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/pages/regulatoryRepository/localProductsOrProjectLibrary/index.vue b/src/pages/regulatoryRepository/localProductsOrProjectLibrary/index.vue index e1738e66c..4649eb652 100644 --- a/src/pages/regulatoryRepository/localProductsOrProjectLibrary/index.vue +++ b/src/pages/regulatoryRepository/localProductsOrProjectLibrary/index.vue @@ -87,7 +87,7 @@ ref="multipleTable" :data="localProTableList" tooltip-effect="dark" - style="width: 100%;height: calc(100% - 150px)" + style="width: 100%;overflow-y: scroll; height: calc(100% - 150px)" border :header-cell-style="{background: '#e8e8e8', color: '#333333', fontSize: '15px', fontWeight: 'normal', height: '48px'}" @@ -191,7 +191,7 @@