|
@@ -224,7 +224,7 @@ const CompNode = defineComponent({
|
|
<span class="flex-1 w-0 whitespace-nowrap overflow-hidden overflow-ellipsis pr-10px">
|
|
<span class="flex-1 w-0 whitespace-nowrap overflow-hidden overflow-ellipsis pr-10px">
|
|
{props.title}
|
|
{props.title}
|
|
</span>
|
|
</span>
|
|
- <span class="actions space-x-4px whitespace-nowrap">
|
|
|
|
|
|
+ <span class="actions space-x-4px whitespace-nowrap transition">
|
|
{actions.map((action, i) =>
|
|
{actions.map((action, i) =>
|
|
action.getVisible.call(editor, comp) ? (
|
|
action.getVisible.call(editor, comp) ? (
|
|
<action.component
|
|
<action.component
|