(UI) NodeTree

This commit is contained in:
dmx
2024-09-22 06:04:45 +04:00
parent 194549a4b0
commit 5a5a69de17
2 changed files with 2 additions and 7 deletions

View File

@@ -10,8 +10,8 @@
]"
ref="container"
>
<div class="node-content">
<span class="node-label">
<div class="node-content truncate">
<span class="node-label text-sm">
<slot name="before-label" :node="props.node"></slot>
<EditableText
:modelValue="node.label"

View File

@@ -125,9 +125,4 @@ onUnmounted(() => {
.node-lib-node-container {
@apply h-full w-full;
}
.bookmark-button {
width: unset;
padding: 0.25rem;
}
</style>