From 92908d2b3c80a41e79220f39e7749f794ff4f40b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8C=83=E5=BC=BA=E5=BC=BA?= <787203167> Date: Wed, 12 Apr 2023 16:26:51 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B3=95=E8=A7=84=E6=B8=85=E5=8D=95=E8=B4=A3?= =?UTF-8?q?=E4=BB=BB=E7=A1=AE=E8=AE=A4=E6=88=AA=E6=AD=A2=E6=97=B6=E9=97=B4?= =?UTF-8?q?=E5=9B=9E=E6=98=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/certificationList/index.vue | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/jero-web/src/views/projectManagement/components/certificationList/index.vue b/jero-web/src/views/projectManagement/components/certificationList/index.vue index e1fbe14d9..6f5b2c4af 100644 --- a/jero-web/src/views/projectManagement/components/certificationList/index.vue +++ b/jero-web/src/views/projectManagement/components/certificationList/index.vue @@ -379,7 +379,7 @@
@@ -548,7 +548,10 @@ 'Test failed': 'nonConformityColor', 'In progress': 'TrackedColor', 'NA': 'notInvolvedColor', - 'Not start': 'submittedColor' + 'Not start': 'submittedColor', + '25181c5a4c044001b4beca539c77a5c8':'accordColor', + '0a384b5475554ae8886b950730a3bff7':'accordColor', + '7cba3c71fd24421eade54c685e3b4444':'TrackedColor', }, fieldList: [ { @@ -767,7 +770,7 @@ title: this.$t('CertificationProgress'), align: 'left', dataIndex: 'certificationProgress', - width: 180, + width: localStorage.getItem('language') == 'zh-cn' ? 180 : 200, ellipsis: true, scopedSlots: { customRender: 'CertificationProgress' } }, @@ -2312,6 +2315,10 @@ border-radius: 4px; background: #f1f3f5; color: #919399; + padding: 0 8px; + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; } .box-content-cou {