diff --git a/web/app/components/base/prompt-editor/plugins/workflow-variable-block/component.tsx b/web/app/components/base/prompt-editor/plugins/workflow-variable-block/component.tsx
index a31f605514..47217eae58 100644
--- a/web/app/components/base/prompt-editor/plugins/workflow-variable-block/component.tsx
+++ b/web/app/components/base/prompt-editor/plugins/workflow-variable-block/component.tsx
@@ -86,7 +86,7 @@ const WorkflowVariableBlockComponent = ({
const Item = (
-
+
)}
@@ -158,7 +158,7 @@ const WorkflowVariableBlockComponent = ({
/>}
disabled={!isShowAPart}
>
- {Item}
+ {Item}
)
}
diff --git a/web/app/components/workflow/nodes/_base/components/variable/var-full-path-panel.tsx b/web/app/components/workflow/nodes/_base/components/variable/var-full-path-panel.tsx
index 8742fae526..54e27b5e38 100644
--- a/web/app/components/workflow/nodes/_base/components/variable/var-full-path-panel.tsx
+++ b/web/app/components/workflow/nodes/_base/components/variable/var-full-path-panel.tsx
@@ -42,13 +42,13 @@ const VarFullPathPanel: FC = ({
}
})()
return (
-
-
+
+
-
{nodeName}
+
{nodeName}
= ({
className='h-full grow'
>
-
+
{hasValue
? (
@@ -369,7 +369,7 @@ const VarReferencePicker: FC
= ({
)}
{isShowAPart && (
-
+
)}