From 77950e48c76f4a3b29d01831d43039caba29888a Mon Sep 17 00:00:00 2001
From: wwf <1971391498@qq.com>
Date: 星期二, 18 十一月 2025 14:12:42 +0800
Subject: [PATCH] 修改
---
app/components/workflow/nodes/_base/components/support-var-input/index.tsx | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/app/components/workflow/nodes/_base/components/support-var-input/index.tsx b/app/components/workflow/nodes/_base/components/support-var-input/index.tsx
index 6999a97..cf8cbbc 100644
--- a/app/components/workflow/nodes/_base/components/support-var-input/index.tsx
+++ b/app/components/workflow/nodes/_base/components/support-var-input/index.tsx
@@ -31,7 +31,7 @@
return (
<div
className={
- cn(wrapClassName, 'flex h-full w-full')
+ cn(wrapClassName, 'flex w-full h-full')
} onClick={onFocus}
>
{(isFocus && !readonly && children)
@@ -40,7 +40,7 @@
)
: (
<div
- className={cn(textClassName, 'h-full w-0 grow truncate whitespace-nowrap')}
+ className={cn(textClassName, 'w-0 grow h-full whitespace-nowrap truncate')}
title={value}
dangerouslySetInnerHTML={{
__html: withHightContent,
--
Gitblit v1.8.0