This commit is contained in:
yanran200730
2022-03-02 09:31:50 +08:00
parent 4e339e850e
commit 1f7a65844f
2 changed files with 2 additions and 3 deletions

View File

@@ -40,8 +40,7 @@
<i>{{ index + 1 }}.</i>
<h2>{{ item.label }}</h2>
</div>
<image :src="`${$cdn}askform/sc1.png`" @click.stop="removeComponent(index)"
@touchstart.stop="removeComponent(index)"/>
<image :src="`${$cdn}askform/sc1.png`" @click.stop="removeComponent(index)" />
</div>
<div class="components-item__filed">
<template v-if="(item.type === 'radio')">

View File

@@ -44,7 +44,7 @@
<i>{{ index + 1 }}.</i>
<h2>{{ item.label }}</h2>
</div>
<image :src="`${$cdn}askform/sc1.png`" @click.stop="removeComponent(index)" @touchstart.stop="removeComponent(index)"/>
<image :src="`${$cdn}askform/sc1.png`" @touchstart.stop="removeComponent(index)"/>
</div>
<div class="components-item__filed">
<template v-if="(item.type === 'radio')">