mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-07-31 13:03:49 +08:00
Fix: UI Placeholder and Hint Optimization (#13416)
### What problem does this PR solve? Fix: UI Placeholder and Hint Optimization ### Type of change - [x] Bug Fix (non-breaking change which fixes an issue)
This commit is contained in:
@@ -227,7 +227,10 @@ const RaptorFormFields = ({
|
||||
render={({ field }) => (
|
||||
<FormItem className=" items-center space-y-0 ">
|
||||
<div className="flex items-center">
|
||||
<FormLabel className="text-sm whitespace-wrap w-1/4">
|
||||
<FormLabel
|
||||
className="text-sm whitespace-wrap w-1/4"
|
||||
tooltip={t('randomSeedTip')}
|
||||
>
|
||||
{t('randomSeed')}
|
||||
</FormLabel>
|
||||
<div className="w-3/4">
|
||||
|
||||
Reference in New Issue
Block a user