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 @@