Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
赵月辉
/
fastgpt-migrated
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Unverified
Commit
a680b565
authored
Mar 21, 2025
by
heheer
Committed by
archer
Mar 27, 2025
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix input form label overflow (#4266)
parent
e812ad6e
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
projects/app/src/components/core/chat/components/AIResponseBox.tsx
+4
-2
No files found.
projects/app/src/components/core/chat/components/AIResponseBox.tsx
View file @
a680b565
...
@@ -268,9 +268,11 @@ const RenderUserFormInteractive = React.memo(function RenderFormInput({
...
@@ -268,9 +268,11 @@ const RenderUserFormInteractive = React.memo(function RenderFormInput({
{
interactive
.
params
.
description
&&
<
Markdown
source=
{
interactive
.
params
.
description
}
/>
}
{
interactive
.
params
.
description
&&
<
Markdown
source=
{
interactive
.
params
.
description
}
/>
}
{
interactive
.
params
.
inputForm
?.
map
((
input
)
=>
(
{
interactive
.
params
.
inputForm
?.
map
((
input
)
=>
(
<
Box
key=
{
input
.
label
}
>
<
Box
key=
{
input
.
label
}
>
<
Flex
mb=
{
1
}
alignItems=
{
'center'
}
>
<
Flex
mb=
{
1
}
alignItems=
{
'center'
}
w=
{
'full'
}
>
<
FormLabel
required=
{
input
.
required
}
>
{
input
.
label
}
</
FormLabel
>
<
FormLabel
required=
{
input
.
required
}
w=
{
'full'
}
whiteSpace=
{
'pre-wrap'
}
>
{
input
.
label
}
{
input
.
description
&&
<
QuestionTip
ml=
{
1
}
label=
{
input
.
description
}
/>
}
{
input
.
description
&&
<
QuestionTip
ml=
{
1
}
label=
{
input
.
description
}
/>
}
</
FormLabel
>
</
Flex
>
</
Flex
>
{
input
.
type
===
FlowNodeInputTypeEnum
.
input
&&
(
{
input
.
type
===
FlowNodeInputTypeEnum
.
input
&&
(
<
MyTextarea
<
MyTextarea
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment