onDragstartItem(x, y, index)" @dragstop="(x, y) => onDragstopItem(x, y, index)"
class="item-char" :key="index" @dragstop="(x, y) => onDragstopItem(x, y, index)" id="draggable" :style="{
zindex:100,
fontSize: item.fontSize/rate + 'px',
letterSpacing: item.space/rate + 'px',
background: item.bgColor==''?'':item.bgColor,
color: item.fontColor,
border: '1px dashed red'
}">
{{ item.editValue }}
onFingerDragstop(x, y)" :resizable="false" id="point-draggable">
粤ICP备18097506号-1