From 9889b627766e98f9d5acf4782b92185dbc95bd59 Mon Sep 17 00:00:00 2001 From: gaosong Date: Wed, 6 Dec 2023 18:54:03 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=B8=AD=E8=8B=B1=E6=96=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/upgradetargetmodel.vue | 1 + .../components/basicInformation.vue | 2 +- .../components/recordparameters.vue | 18 ++++++++++++++++++ 3 files changed, 20 insertions(+), 1 deletion(-) diff --git a/jero-web/src/views/otamanagement/upgradeactivityrecord/components/upgradetargetmodel.vue b/jero-web/src/views/otamanagement/upgradeactivityrecord/components/upgradetargetmodel.vue index e04d0dfef..5708e6ef9 100644 --- a/jero-web/src/views/otamanagement/upgradeactivityrecord/components/upgradetargetmodel.vue +++ b/jero-web/src/views/otamanagement/upgradeactivityrecord/components/upgradetargetmodel.vue @@ -467,6 +467,7 @@ export default { .title-text-text { margin-top: 9px; + word-break: break-all; } .itemModel { diff --git a/jero-web/src/views/otamanagement/vehicleinformation/components/basicInformation.vue b/jero-web/src/views/otamanagement/vehicleinformation/components/basicInformation.vue index 4fcb6718c..eae6c2515 100644 --- a/jero-web/src/views/otamanagement/vehicleinformation/components/basicInformation.vue +++ b/jero-web/src/views/otamanagement/vehicleinformation/components/basicInformation.vue @@ -153,7 +153,7 @@
- {{$t('Vehicledynamictype')}} + {{$t('vehicledynamictype')}}
diff --git a/jero-web/src/views/otamanagement/vehicleinformation/components/recordparameters.vue b/jero-web/src/views/otamanagement/vehicleinformation/components/recordparameters.vue index 0a0649e4b..719696b9f 100644 --- a/jero-web/src/views/otamanagement/vehicleinformation/components/recordparameters.vue +++ b/jero-web/src/views/otamanagement/vehicleinformation/components/recordparameters.vue @@ -1155,6 +1155,15 @@ button{ justify-content: left; align-items: center; padding: 10px; + word-break: break-all; + text-overflow: ellipsis; + overflow: hidden; + /*! autoprefixer: off */ + -webkit-box-orient: vertical; + -webkit-line-clamp: 3; + /*! autoprefixer: on;*/ + text-justify: inter-ideograph; + display: -webkit-box; } .text-text-three{ /*display: inline-block;*/ @@ -1168,6 +1177,15 @@ button{ justify-content: left; align-items: center; padding: 10px; + overflow: hidden; + display: -webkit-box; + text-overflow: ellipsis; + /*! autoprefixer: off */ + -webkit-box-orient: vertical; + -webkit-line-clamp: 2; + /*! autoprefixer: on;*/ + text-justify: inter-ideograph; + word-break: break-all } .text-text-five{ /*display: inline-block;*/