From b85acf1f825eb08edec1a67577aa74167292790b Mon Sep 17 00:00:00 2001 From: zeng yuneng Date: Thu, 1 Dec 2022 17:55:59 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=81=E4=B8=9A=E6=A0=87=E5=87=86-=E5=88=97?= =?UTF-8?q?=E8=A1=A8=E5=AF=B9=E5=85=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/EnterpriseStandardDatabase.vue | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/pages/regulatoryRepository/enterpriseStandardDatabase/components/EnterpriseStandardDatabase.vue b/src/pages/regulatoryRepository/enterpriseStandardDatabase/components/EnterpriseStandardDatabase.vue index 30c7cf1af..f57926f37 100644 --- a/src/pages/regulatoryRepository/enterpriseStandardDatabase/components/EnterpriseStandardDatabase.vue +++ b/src/pages/regulatoryRepository/enterpriseStandardDatabase/components/EnterpriseStandardDatabase.vue @@ -5827,4 +5827,7 @@ export default { } } } +/deep/.el-table__fixed-body-wrapper .el-table__body { + padding-bottom: 20px; +}