From b4e083a577c55043a9941f6d7ae15e6d335ef97d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=AB=98=E5=B5=A9?= Date: Mon, 28 Aug 2023 16:58:03 +0800 Subject: [PATCH] =?UTF-8?q?vdr=E8=AF=A6=E6=83=85=E5=B8=83=E5=B1=80?= =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/vdrDetial.vue | 32 ++++++++++++------- 1 file changed, 20 insertions(+), 12 deletions(-) diff --git a/jero-web/src/views/otamanagement/otaAuthentication/components/vdrDetial.vue b/jero-web/src/views/otamanagement/otaAuthentication/components/vdrDetial.vue index 125aabf9a..3fe35e7de 100644 --- a/jero-web/src/views/otamanagement/otaAuthentication/components/vdrDetial.vue +++ b/jero-web/src/views/otamanagement/otaAuthentication/components/vdrDetial.vue @@ -14,7 +14,7 @@
- {{'VDR'}} + {{'VDR'}} {{form.vdr}}
@@ -24,7 +24,7 @@
- {{$t('theme')}} + {{$t('theme')}} {{form.summary}}
@@ -34,7 +34,7 @@
- {{$t('authenticationimpact')}} + {{$t('authenticationimpact')}} {{form.homologationImpact}}
@@ -44,7 +44,7 @@
- {{$t('influencestatute') + '-CN'}} + {{$t('influencestatute') + '-CN'}} {{form.impactCnHomo}}
@@ -54,33 +54,33 @@
- {{$t('influencestatute') + '-EU'}} + {{$t('influencestatute') + '-EU'}} {{form.impactEuHomo}}
-
{{$t('applicationprojectversion')}}
+
{{$t('applicationprojectversion')}}
- {{item.versionName}} + {{item.versionName}}
- {{$t('certificationStartOne')}} + {{$t('certificationStartOne')}} {{item.attestationStartTime?item.attestationStartTime:'--'}}
- {{$t('certificationdeclaration')}} + {{$t('certificationdeclaration')}} {{item.certificationSubmission?item.certificationSubmission:'--'}}
@@ -89,14 +89,14 @@
- {{$t('certificationEnd')}} + {{$t('certificationEnd')}} {{item.attestationEndTime?item.attestationEndTime:'--'}}
- {{$t('CertificationProgress')}} + {{$t('CertificationProgress')}} {{item.attestationSchedule?item.attestationSchedule:'--'}}
@@ -198,11 +198,19 @@ export default { .detail-box{ width: 100%; margin-bottom: 20px; + position: relative; } .detail-text{ display: inline-block; - width: 95px; + width: 153px; font-weight: bold; + overflow: hidden; /*超出部分隐藏*/ + text-overflow: ellipsis; /*超出部分省略号表示*/ + white-space: nowrap; /*强制单行显示*/ + display: inline-block; /*转换为行内块元素*/ +} +.title-text-text{ + position: absolute; } .title-text { width: 250px;