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/app/configuration/config-prompt/prompt-editor-height-resize-wrap.tsx |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/app/components/app/configuration/config-prompt/prompt-editor-height-resize-wrap.tsx b/app/components/app/configuration/config-prompt/prompt-editor-height-resize-wrap.tsx
index 1457a29..5561a21 100644
--- a/app/components/app/configuration/config-prompt/prompt-editor-height-resize-wrap.tsx
+++ b/app/components/app/configuration/config-prompt/prompt-editor-height-resize-wrap.tsx
@@ -9,8 +9,8 @@
   height: number
   minHeight: number
   onHeightChange: (height: number) => void
-  children: React.JSX.Element
-  footer?: React.JSX.Element
+  children: JSX.Element
+  footer?: JSX.Element
   hideResize?: boolean
 }
 
@@ -85,9 +85,9 @@
       {footer}
       {!hideResize && (
         <div
-          className='absolute bottom-0 left-0 flex h-2 w-full cursor-row-resize justify-center'
+          className='absolute bottom-0 left-0 w-full flex justify-center h-2 cursor-row-resize'
           onMouseDown={handleStartResize}>
-          <div className='h-[3px] w-5 rounded-sm bg-gray-300'></div>
+          <div className='w-5 h-[3px] rounded-sm bg-gray-300'></div>
         </div>
       )}
     </div>

--
Gitblit v1.8.0