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/base/prompt-editor/plugins/placeholder.tsx | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/app/components/base/prompt-editor/plugins/placeholder.tsx b/app/components/base/prompt-editor/plugins/placeholder.tsx
index 8b86913..2ad8791 100644
--- a/app/components/base/prompt-editor/plugins/placeholder.tsx
+++ b/app/components/base/prompt-editor/plugins/placeholder.tsx
@@ -16,8 +16,8 @@
return (
<div className={cn(
className,
- 'pointer-events-none absolute left-0 top-0 h-full w-full select-none text-sm text-components-input-text-placeholder',
- compact ? 'text-[13px] leading-5' : 'text-sm leading-6',
+ 'absolute top-0 left-0 h-full w-full text-sm text-components-input-text-placeholder select-none pointer-events-none',
+ compact ? 'leading-5 text-[13px]' : 'leading-6 text-sm',
)}>
{value || t('common.promptEditor.placeholder')}
</div>
--
Gitblit v1.8.0