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%; +}