mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-02-20 23:04:06 +00:00
(UI) NodeTree
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -125,9 +125,4 @@ onUnmounted(() => {
|
||||
.node-lib-node-container {
|
||||
@apply h-full w-full;
|
||||
}
|
||||
|
||||
.bookmark-button {
|
||||
width: unset;
|
||||
padding: 0.25rem;
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user