From a430284aa21e3ae1f0d5654e55b2ad2852519cc2 Mon Sep 17 00:00:00 2001
From: wwf <yearningwang@iqtogether.com>
Date: 星期三, 04 六月 2025 15:17:49 +0800
Subject: [PATCH] 初始化

---
 app/components/workflow/panel/chat-variable-panel/components/object-value-list.tsx |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/app/components/workflow/panel/chat-variable-panel/components/object-value-list.tsx b/app/components/workflow/panel/chat-variable-panel/components/object-value-list.tsx
index 830cf94..ec287ac 100644
--- a/app/components/workflow/panel/chat-variable-panel/components/object-value-list.tsx
+++ b/app/components/workflow/panel/chat-variable-panel/components/object-value-list.tsx
@@ -16,11 +16,11 @@
   const { t } = useTranslation()
 
   return (
-    <div className='w-full overflow-hidden rounded-lg border border-gray-200'>
-      <div className='system-xs-medium flex h-7 items-center uppercase text-text-tertiary'>
-        <div className='flex h-full w-[120px] items-center border-r border-gray-200 pl-2'>{t('workflow.chatVariable.modal.objectKey')}</div>
-        <div className='flex h-full w-[96px] items-center border-r border-gray-200 pl-2'>{t('workflow.chatVariable.modal.objectType')}</div>
-        <div className='flex h-full w-[230px] items-center pl-2 pr-1'>{t('workflow.chatVariable.modal.objectValue')}</div>
+    <div className='w-full border border-gray-200 rounded-lg overflow-hidden'>
+      <div className='flex items-center h-7 system-xs-medium text-text-tertiary uppercase'>
+        <div className='w-[120px] flex items-center h-full pl-2 border-r border-gray-200'>{t('workflow.chatVariable.modal.objectKey')}</div>
+        <div className='w-[96px] flex items-center h-full pl-2 border-r border-gray-200'>{t('workflow.chatVariable.modal.objectType')}</div>
+        <div className='w-[230px] flex items-center h-full pl-2 pr-1'>{t('workflow.chatVariable.modal.objectValue')}</div>
       </div>
       {list.map((item, index) => (
         <ObjectValueItem

--
Gitblit v1.8.0