From 66a88fe2879e5cfab8309b7a5461fea2c95e0a57 Mon Sep 17 00:00:00 2001
From: qq787203167 <787203167@qq.com>
Date: Thu, 18 Aug 2022 13:50:13 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=A6=85=E9=81=93=E5=B7=B2?=
=?UTF-8?q?=E7=9F=A5bug?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../components/virtualListDetails.vue | 19 +++++++++++--------
.../components/listOfRegulations.vue | 6 +++++-
2 files changed, 16 insertions(+), 9 deletions(-)
diff --git a/jero-web/src/views/documentTools/virtualList/components/virtualListDetails.vue b/jero-web/src/views/documentTools/virtualList/components/virtualListDetails.vue
index e30c173ee..05445eab3 100644
--- a/jero-web/src/views/documentTools/virtualList/components/virtualListDetails.vue
+++ b/jero-web/src/views/documentTools/virtualList/components/virtualListDetails.vue
@@ -143,7 +143,7 @@
class="ant-table tableList"
:loading="loading"
:pagination="false"
- :scroll="{x: '100%',y:'calc(100vh - 186px)'}"
+ :scroll="{x: '100%',y:'calc(100vh - 356px)'}"
rowKey="id"
:data-source="dataSource"
:row-selection="{ selectedRowKeys: selectedRowKeys, onChange: onSelectChange }"
@@ -169,7 +169,8 @@
- {{record.designDeliverableTypeName}}
+ {{record.designDeliverableTypeName}}
@@ -180,7 +181,8 @@
--
- {{record.prehomoDeliverableTypeName}}
+ {{record.prehomoDeliverableTypeName}}
@@ -191,7 +193,8 @@
--
- {{record.verifyDeliverableTypeName}}
+ {{record.verifyDeliverableTypeName}}
@@ -1015,6 +1018,10 @@
font-weight: 500;
color: #000F16;
}
+
+ ::v-deep .ant-card-body {
+ padding: 14px 32px 0 32px;
+ }