diff --git a/jero-web/src/views/otamanagement/upgradeactivityrecord/components/usernotification.vue b/jero-web/src/views/otamanagement/upgradeactivityrecord/components/usernotification.vue index 79f27f620..4ef696eee 100644 --- a/jero-web/src/views/otamanagement/upgradeactivityrecord/components/usernotification.vue +++ b/jero-web/src/views/otamanagement/upgradeactivityrecord/components/usernotification.vue @@ -145,7 +145,7 @@ -
+
{{$t('usernotificationmode')}}
@@ -160,7 +160,7 @@
-
+
{{$t('allupdatestotheusermanualareinformed')}}
@@ -246,7 +246,7 @@ export default { }) }, getData(){ - + let otaIdT=localStorage.getItem('otaIdT') if(otaIdT==null){ otaIdT='' @@ -257,11 +257,11 @@ export default { } getAction('/ota/otaBaSjGgnrfs/queryByOtaId',{otaIdT:otaIdT,otaId:otaId}).then(res=>{ if(res.code == 200){ - + this.formInline= res.result ==null ? { sjky:'车辆解闭锁功能可用,但不可驾驶', sjbkygn:'除解闭锁均不可用' - } :res.result + } :res.result this.formInline.id=res.result.id this.$forceUpdate() } @@ -305,9 +305,9 @@ export default { } .box-title-text-add { - line-height: 1.4; + //line-height: 1.4; display: flex; - + align-items: center; } h1{ font-weight: 700; @@ -322,9 +322,9 @@ h1{ margin-right: 16px; //overflow: hidden; //text-overflow: ellipsis; - white-space: nowrap; + //white-space: nowrap; height: 42px; - line-height: 42px; + //line-height: 42px; margin-top: 3px; } @@ -338,7 +338,7 @@ h1{ text-overflow: ellipsis; white-space: nowrap; height: 42px; - line-height: 42px; + //line-height: 42px; margin-top: 3px; margin-bottom: 20px; } @@ -371,4 +371,8 @@ h1{ left: 40%; text-align: center!important; } + +.plus{ + display: flex; +} \ No newline at end of file