From 00e3d5048b5b03d9ba4d326218069a4833f0279a Mon Sep 17 00:00:00 2001 From: shenyanpei Date: Thu, 23 Sep 2021 15:46:20 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E8=A1=A8=E6=A0=BC=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../localProductsOrProjectLibrary/index.vue | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/pages/regulatoryRepository/localProductsOrProjectLibrary/index.vue b/src/pages/regulatoryRepository/localProductsOrProjectLibrary/index.vue index 4649eb652..9f67ff109 100644 --- a/src/pages/regulatoryRepository/localProductsOrProjectLibrary/index.vue +++ b/src/pages/regulatoryRepository/localProductsOrProjectLibrary/index.vue @@ -87,8 +87,9 @@ ref="multipleTable" :data="localProTableList" tooltip-effect="dark" - style="width: 100%;overflow-y: scroll; height: calc(100% - 150px)" + style="width: 100%;height: inherit" border + :max-height="400" :header-cell-style="{background: '#e8e8e8', color: '#333333', fontSize: '15px', fontWeight: 'normal', height: '48px'}" @selection-change="handleSelectionChange"> @@ -1676,7 +1677,7 @@ export default { .local-products-or-project-library { //position: relative; - height: 100%; + height: calc(100% - 100px); .container { height: calc(~'100% - 55px');