lists
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
<template>
|
||||
<teleport to=".scene-designer" v-if="active">
|
||||
<g @mousedown="$emit('target', {target:vd, attrs:['x1', 'y1'], delta: true})" :class="{task: true, selected}" v-show="visible && parent.visible">
|
||||
<teleport to=".scene-designer .tasks" v-if="active">
|
||||
<g @mousedown="$emit('target', {target:vd, attrs:['x1', 'y1'], delta: true})" :class="{task: true, selected}"
|
||||
v-show="visible && parent.visible && parent.__parent.visible">
|
||||
<line :x1="vd.x1" :y1="vd.y1" :x2="parent.vd.x1" :y2="parent.vd.y1"></line>
|
||||
<svg-icon :src="`/asset/thumb/${modelValue.id||0}.webp`" :x="vd.x1" :y="vd.y1" :size="22"></svg-icon>
|
||||
<svg-icon :src="`/asset/thumb/0.webp`" :x="vd.x1" :y="vd.y1" :size="22"></svg-icon>
|
||||
</g>
|
||||
</teleport>
|
||||
<v-card v-if="selected">
|
||||
|
||||
Reference in New Issue
Block a user