From e5dde53b6c20b9372a055b667c145b18a88e8243 Mon Sep 17 00:00:00 2001 From: yanran200730 Date: Thu, 27 Jan 2022 14:56:52 +0800 Subject: [PATCH] =?UTF-8?q?=E9=97=AE=E5=8D=B7=E8=A1=A8=E5=8D=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/sass/AppAskForm/AddForm.vue | 57 +++++++++++++++++---------------- 1 file changed, 30 insertions(+), 27 deletions(-) diff --git a/src/sass/AppAskForm/AddForm.vue b/src/sass/AppAskForm/AddForm.vue index bee38c5a..474b6eaa 100644 --- a/src/sass/AppAskForm/AddForm.vue +++ b/src/sass/AppAskForm/AddForm.vue @@ -7,41 +7,44 @@

文本选项

- + class="title" + placeholder="请输入标题 (必填)" + :maxlength="30" + :auto-height="true" + v-model="form.title"> + +
-
+ class="components-list" + v-model="targetList" + :animation="340" + scroll + element="div" + :options="{ + animation: 340, + handle: '.components-item__title' + }" + draggable=".components-item" + :sort="true"> +
* {{ index + 1 }}.

{{ item.label }}

- +