From 6e905f9b336c32212d9f609b9a358fd6cd2fead4 Mon Sep 17 00:00:00 2001 From: yuekuo Date: Fri, 31 Mar 2023 11:27:47 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/upgradetargetmodel.vue | 60 ++++++++++--------- 1 file changed, 31 insertions(+), 29 deletions(-) diff --git a/jero-web/src/views/otamanagement/upgradeactivityrecord/components/upgradetargetmodel.vue b/jero-web/src/views/otamanagement/upgradeactivityrecord/components/upgradetargetmodel.vue index 34055d829..9a0a26e79 100644 --- a/jero-web/src/views/otamanagement/upgradeactivityrecord/components/upgradetargetmodel.vue +++ b/jero-web/src/views/otamanagement/upgradeactivityrecord/components/upgradetargetmodel.vue @@ -43,13 +43,11 @@ * {{ $t('upgraderecordnumber') }} -
- + + style="width:100%" :max-length="50"> -
@@ -57,12 +55,12 @@
{{ $t('theNameOfFirm') }}
-
+ + disabled style="width:100%" :max-length="50"> +
-
@@ -123,32 +121,33 @@
{{ $t('Vehicledynamictype') }}
- - - + +
+
+ {{ item }} +
+
+ + + {{ item }} + + +
+
+ +
- - - - {{ item }} - - - - +
@@ -430,6 +429,7 @@ export default { width: calc(100% - 130px); display: inline-block; margin-top: 2px; + max-width: 486px; } .box-input { @@ -461,4 +461,6 @@ export default { .Required { color: red; margin-right: 3px; -} \ No newline at end of file +} + + \ No newline at end of file