From 0f78e9fc6ceeedef489c3fefe077071e631c3d20 Mon Sep 17 00:00:00 2001 From: zhaomeijing Date: Wed, 11 May 2022 11:03:24 +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 | 52 +++++++++++-------- 1 file changed, 29 insertions(+), 23 deletions(-) diff --git a/jero-web/src/components/CollectionType/index.vue b/jero-web/src/components/CollectionType/index.vue index 14eb7619a..ed05b5d30 100644 --- a/jero-web/src/components/CollectionType/index.vue +++ b/jero-web/src/components/CollectionType/index.vue @@ -5,7 +5,7 @@
- @@ -16,7 +16,7 @@
- + {{ item.lable }} @@ -30,7 +30,7 @@
- + {{ item.lable }} @@ -44,7 +44,7 @@
- {{ (formInline.fileTemplateConnectId === 'null' || formInline.fileTemplateConnectId === '' || formInline.fileTemplateConnectId == null) ? $t('clickUpload') : $t('viewUploadedFiles')}} @@ -56,7 +56,7 @@
- + {{ itemin.lable }} @@ -65,7 +65,7 @@
- @@ -76,13 +76,13 @@
-
- + {{ item.lable }} @@ -96,13 +96,13 @@
-
- {{ (formInline.fileTemplateConnectId === 'null' || formInline.fileTemplateConnectId === '' || formInline.fileTemplateConnectId == null) ? $t('clickUpload') : $t('viewUploadedFiles')}} @@ -114,7 +114,7 @@
- + {{ itemin.lable }} @@ -123,7 +123,7 @@
- {{ (formInline.fileTemplateConnectId === 'null' || formInline.fileTemplateConnectId === '' || formInline.fileTemplateConnectId == null) ? $t('clickUpload') : $t('viewUploadedFiles')}} @@ -135,7 +135,7 @@
- + {{ item.lable }} @@ -143,20 +143,20 @@
- - - - - - - +
+ + {{ (formInline.fileTemplateConnectId === 'null' || formInline.fileTemplateConnectId === '' || + formInline.fileTemplateConnectId == null) ? $t('clickUpload') : $t('viewUploadedFiles')}} + +
- + {{ itemin.lable }} @@ -165,13 +165,13 @@
-
- {{ (formInline.fileTemplateConnectId === 'null' || formInline.fileTemplateConnectId === '' || formInline.fileTemplateConnectId == null) ? $t('clickUpload') : $t('viewUploadedFiles')}} @@ -254,4 +254,10 @@ export default { .add_flex_item{ flex: 1; } +.selectWid{ + min-width: 150px; +} +.inputWid{ + min-width: 150px; +}