Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
sdream-ai-fe
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
侯明涛
sdream-ai-fe
Commits
d90d7795
Commit
d90d7795
authored
Feb 28, 2026
by
Liu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix:loading加载时机
parent
50a91ff5
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/pages/Chat/components/ChatItem/ChatAnswerBox.tsx
+2
-2
No files found.
src/pages/Chat/components/ChatItem/ChatAnswerBox.tsx
View file @
d90d7795
...
@@ -99,8 +99,8 @@ export const ChatAnswerBox: React.FC<ChatAnswerBoxProps> = ({ record, showIndex,
...
@@ -99,8 +99,8 @@ export const ChatAnswerBox: React.FC<ChatAnswerBoxProps> = ({ record, showIndex,
style=
{
{
background
:
'#F7FAFD'
}
}
style=
{
{
background
:
'#F7FAFD'
}
}
className=
"rounded-[20px] box-border px-[16px] py-[12px] sm:px-[24px] sm:py-[20px] relative flex-1 min-w-0"
className=
"rounded-[20px] box-border px-[16px] py-[12px] sm:px-[24px] sm:py-[20px] relative flex-1 min-w-0"
>
>
{
item
.
answer
?.
length
||
item
.
cardList
?.
length
{
(
item
.
answer
!=
null
&&
item
.
answer
!==
''
)
||
(
Array
.
isArray
(
item
.
cardList
)
&&
item
.
cardList
.
length
>
0
)
?
(
?
(
<
div
className=
"content"
>
<
div
className=
"content"
>
{
item
.
isShow
&&
(
{
item
.
isShow
&&
(
<
ChatAnswerShower
<
ChatAnswerShower
...
...
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