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 }}

- +