From 9c32d240b5d4cbdd79eaf3ede7e4230bc9455c5f Mon Sep 17 00:00:00 2001 From: zhaomeijing Date: Wed, 11 May 2022 10:48:48 +0800 Subject: [PATCH] =?UTF-8?q?[add]=20=E5=8F=82=E6=95=B0=E9=A1=B9=E6=94=B6?= =?UTF-8?q?=E9=9B=86=E6=B8=85=E5=8D=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/components/CollectionType/index.vue | 78 +++++++++++-------- 1 file changed, 45 insertions(+), 33 deletions(-) diff --git a/jero-web/src/components/CollectionType/index.vue b/jero-web/src/components/CollectionType/index.vue index c42f4b3ae..14eb7619a 100644 --- a/jero-web/src/components/CollectionType/index.vue +++ b/jero-web/src/components/CollectionType/index.vue @@ -18,8 +18,8 @@
- - {{ item.label }} + + {{ item.lable }} @@ -30,11 +30,13 @@
- - - {{ item.label }} + + + + {{ item.lable }} - + +
@@ -51,8 +53,8 @@
-
-
+
+
@@ -71,8 +73,8 @@
-
-
+
+
- - - {{ item.label }} + + + + {{ item.lable }} - + +
-
-
+
+
-
-
+
+
@@ -128,27 +132,29 @@
-
-
+
+
- - - {{ item.label }} + + + + {{ item.lable }} - -
-
- - {{ (formInline.fileTemplateConnectId === 'null' || formInline.fileTemplateConnectId === '' || - formInline.fileTemplateConnectId == null) ? $t('clickUpload') : $t('viewUploadedFiles')}} - + +
+ + + + + + +
-
-
+
+
@@ -242,4 +248,10 @@ export default { text-align: right; margin-top: 20px; } +.add_flex{ + display: flex; +} +.add_flex_item{ + flex: 1; +}