上传背景图片
宽度:{{ Math.round(base.qrcodeWidth) }}px
onDragText(x, y, text.id)"
@resizing="(x, y, width, height) => onResizeText(x, y, width, height, text.id)"
class="synthesis-text"
@click.native="editText(text)"
>
{{text.data.length > 0 ? text.data.trim().split('\n')[0]:'text area'}}