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 @@
op.fieldValue=detail.value">
@@ -39,7 +39,7 @@
@@ -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="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 }}
-
+
@@ -91,11 +94,11 @@