This commit is contained in:
yanran200730
2022-03-07 11:36:53 +08:00
parent 2681f090d7
commit 95da904177

View File

@@ -27,6 +27,7 @@
scroll scroll
element="div" element="div"
:options="{ :options="{
filter: '.components-item__title--right',
animation: 340, animation: 340,
handle: '.components-item__title' handle: '.components-item__title'
}" }"
@@ -40,7 +41,7 @@
<i>{{ index + 1 }}.</i> <i>{{ index + 1 }}.</i>
<h2>{{ item.label }}</h2> <h2>{{ item.label }}</h2>
</div> </div>
<image :src="`${$cdn}askform/sc1.png`" @click.stop="removeComponent(index)" /> <image class="components-item__title--right" :src="`${$cdn}askform/sc1.png`" @click.stop="removeComponent(index)" />
</div> </div>
<div class="components-item__filed"> <div class="components-item__filed">
<template v-if="(item.type === 'radio')"> <template v-if="(item.type === 'radio')">
@@ -494,11 +495,11 @@ export default {
image { image {
position: relative; position: relative;
flex-shrink: 1; flex-shrink: 1;
right: -20px; right: 0;
width: 32px; width: 32px;
height: 32px; height: 32px;
box-sizing: content-box; box-sizing: content-box;
padding: 30px 20px 30px 20px; padding: 30px 20px 30px 50px;
} }
div { div {