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/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