diff --git a/src/apps/AppAskForm/components/formDetail.vue b/src/apps/AppAskForm/components/formDetail.vue index 2a8a2f6b..97bb0b23 100644 --- a/src/apps/AppAskForm/components/formDetail.vue +++ b/src/apps/AppAskForm/components/formDetail.vue @@ -29,7 +29,7 @@
- +
{{ option.label }}
@@ -39,7 +39,7 @@
- +
{{ option.label }}
@@ -303,6 +303,15 @@ export default { width: 100%; margin-right: 16px; margin-bottom: 16px; + + .option-img { + margin-right: 20px; + + ::v-deep uni-image { + width: 130px; + height: 130px; + } + } } } 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 }}

- +