From 5c2e84d42d681b1da39a96913364ce92f9295cbc Mon Sep 17 00:00:00 2001 From: lideqin <694785430@qq.com> Date: Mon, 4 Mar 2024 13:47:40 +0800 Subject: [PATCH] =?UTF-8?q?[update]=20=E4=BF=AE=E6=94=B9=E8=AF=84=E5=88=86?= =?UTF-8?q?=E8=A1=A8=E5=8D=95=E5=85=83=E6=A0=BC=E9=AB=98=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../reviewMeeting/modules/ScoreDetail.vue | 7 +++++++ .../detail/module/EnterpriseStandardEvaluateModal.vue | 7 +++++++ .../modules/ScorerMarkBaseInfo.vue | 10 ++++++++-- 3 files changed, 22 insertions(+), 2 deletions(-) diff --git a/src/views/enterpriseStandardLibrary/reviewMeeting/modules/ScoreDetail.vue b/src/views/enterpriseStandardLibrary/reviewMeeting/modules/ScoreDetail.vue index 49cbdd49..3f796807 100644 --- a/src/views/enterpriseStandardLibrary/reviewMeeting/modules/ScoreDetail.vue +++ b/src/views/enterpriseStandardLibrary/reviewMeeting/modules/ScoreDetail.vue @@ -19,6 +19,7 @@
diff --git a/src/views/enterpriseStandardLibrary/standard/detail/module/EnterpriseStandardEvaluateModal.vue b/src/views/enterpriseStandardLibrary/standard/detail/module/EnterpriseStandardEvaluateModal.vue index 9dd342a2..6cedfa1b 100644 --- a/src/views/enterpriseStandardLibrary/standard/detail/module/EnterpriseStandardEvaluateModal.vue +++ b/src/views/enterpriseStandardLibrary/standard/detail/module/EnterpriseStandardEvaluateModal.vue @@ -19,6 +19,7 @@
diff --git a/src/views/workCenter/enterpriseStandardRevision/modules/ScorerMarkBaseInfo.vue b/src/views/workCenter/enterpriseStandardRevision/modules/ScorerMarkBaseInfo.vue index 8c98a845..7a112a3e 100644 --- a/src/views/workCenter/enterpriseStandardRevision/modules/ScorerMarkBaseInfo.vue +++ b/src/views/workCenter/enterpriseStandardRevision/modules/ScorerMarkBaseInfo.vue @@ -17,6 +17,7 @@
{ @@ -243,7 +244,7 @@ export default { { title: this.$t('enterpriseStandardLibrary.reviewMeeting.score'), align: 'center', - width: 100, + width: 110, dataIndex: 'scoreRange', colSpan: 0, customRender: (text, row, index) => { @@ -430,4 +431,9 @@ export default { height: 100%; } } +/deep/ .ant-table-body { + td { + padding: 8px !important; + } +}