From d33e38a4e0f4b09d5f5aba15938742aa180f43c1 Mon Sep 17 00:00:00 2001 From: qq787203167 <787203167@qq.com> Date: Wed, 19 Jan 2022 18:05:54 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B0=81=E8=A3=85=E6=96=B0=E5=A2=9E=E7=BB=84?= =?UTF-8?q?=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jero-web/src/components/addForm/index.vue | 53 +++++++++++++++++++++-- 1 file changed, 49 insertions(+), 4 deletions(-) diff --git a/jero-web/src/components/addForm/index.vue b/jero-web/src/components/addForm/index.vue index bd805b146..3367471b2 100644 --- a/jero-web/src/components/addForm/index.vue +++ b/jero-web/src/components/addForm/index.vue @@ -38,13 +38,25 @@ {{item.enName}}
{{item.name}} - + + +
+
+ * + {{item.enName}}
+ {{item.name}} +
+ + + +
+
@@ -52,7 +64,7 @@ {{item.enName}}
{{item.name}}
- + @@ -67,7 +79,7 @@ {{item.enName}}
{{item.name}}
- + @@ -82,12 +94,24 @@ {{item.enName}}
{{item.name}} - +
+ +
+
+ * + {{item.enName}}
+ {{item.name}} +
+ + + +
+
@@ -173,6 +197,22 @@ placeholder: '请输入标题', validStatus:'valid_status', attrModel: 'selectAll' + }, + { + id: 7, + type: 'NUMBER', + name: '数字输入框', + enName: 'title', + placeholder: '请输入数字输入框', + attrModel: 'number' + }, + { + id: 8, + type: 'TEXTAREA', + name: '文本框', + enName: 'title', + placeholder: '请输入文本框', + attrModel: 'number' } ], validatorRules: {}, @@ -231,6 +271,10 @@ .box-input .ant-select-selection--multiple .ant-select-selection__rendered > ul > li{ margin-top:6px; } + .box-input .ant-input-number-input-wrap{ + line-height: 38px; + height: 38px; + }