28050
This commit is contained in:
@@ -27,6 +27,7 @@
|
||||
scroll
|
||||
element="div"
|
||||
:options="{
|
||||
filter: '.components-item__title--right',
|
||||
animation: 340,
|
||||
handle: '.components-item__title'
|
||||
}"
|
||||
@@ -40,7 +41,7 @@
|
||||
<i>{{ index + 1 }}.</i>
|
||||
<h2>{{ item.label }}</h2>
|
||||
</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 class="components-item__filed">
|
||||
<template v-if="(item.type === 'radio')">
|
||||
@@ -494,11 +495,11 @@ export default {
|
||||
image {
|
||||
position: relative;
|
||||
flex-shrink: 1;
|
||||
right: -20px;
|
||||
right: 0;
|
||||
width: 32px;
|
||||
height: 32px;
|
||||
box-sizing: content-box;
|
||||
padding: 30px 20px 30px 20px;
|
||||
padding: 30px 20px 30px 50px;
|
||||
}
|
||||
|
||||
div {
|
||||
|
||||
Reference in New Issue
Block a user