From b62801945878a522a143384e2b10a855ce216f6c Mon Sep 17 00:00:00 2001 From: zhaomeijing Date: Mon, 16 May 2022 09:58:04 +0800 Subject: [PATCH] =?UTF-8?q?[add]=20=E6=8E=A7=E4=BB=B6=E6=A0=B7=E5=BC=8F?= =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/components/CollectionType/index.vue | 59 ++++++++++--------- 1 file changed, 31 insertions(+), 28 deletions(-) diff --git a/jero-web/src/components/CollectionType/index.vue b/jero-web/src/components/CollectionType/index.vue index 483e5cd56..9c0f329c9 100644 --- a/jero-web/src/components/CollectionType/index.vue +++ b/jero-web/src/components/CollectionType/index.vue @@ -4,7 +4,7 @@
-
+
-
+
- - {{ item.lable }} + + {{ item.label }} @@ -29,11 +29,11 @@
-
+
- - {{ item.lable }} + + {{ item.label }} @@ -43,7 +43,7 @@
-
+
{{ (item.controlValue === 'null' || item.controlValue === '' || @@ -55,16 +55,16 @@
-
+
- - {{ itemin.lable }} + + {{ itemin.label }}
-
+
-
+
-
+
- - {{ item.lable }} + + {{ item.label }} @@ -95,13 +95,13 @@
-
+
-
+
{{ (item.controlValue === 'null' || item.controlValue === '' || @@ -113,16 +113,16 @@
-
+
- - {{ itemin.lable }} + + {{ itemin.label }}
-
+
{{ (item.controlValue === 'null' || item.controlValue === '' || @@ -134,16 +134,16 @@
-
+
- - {{ item.lable }} + + {{ item.label }}
-
+
{{ (item.controlValue === 'null' || item.controlValue === '' || @@ -158,8 +158,8 @@
- - {{ itemin.lable }} + + {{ itemin.label }} @@ -285,4 +285,7 @@ export default { .inputWid{ min-width: 150px; } +.add-width{ + width: 33%; +}