Skip to content

Commit 5f4bfe1

Browse files
committed
style(聊天): 修正提问卡片格式
1 parent b229271 commit 5f4bfe1

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

crates/agent-gateway/web/src/components/chat/AskUserQuestionCard.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -329,8 +329,8 @@ export function AskUserQuestionCard({
329329
? "hover:border-border/70 hover:bg-foreground/[0.03] dark:hover:border-white/[0.14]"
330330
: "",
331331
!canInteract &&
332-
!activeCustomSelected &&
333-
(isSettled || cancelled || countdownExpired)
332+
!activeCustomSelected &&
333+
(isSettled || cancelled || countdownExpired)
334334
? "opacity-55"
335335
: "",
336336
canInteract ? "cursor-pointer" : "cursor-default",

crates/agent-gui/src/components/chat/AskUserQuestionCard.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -329,8 +329,8 @@ export function AskUserQuestionCard({
329329
? "hover:border-border/70 hover:bg-foreground/[0.03] dark:hover:border-white/[0.14]"
330330
: "",
331331
!canInteract &&
332-
!activeCustomSelected &&
333-
(isSettled || cancelled || countdownExpired)
332+
!activeCustomSelected &&
333+
(isSettled || cancelled || countdownExpired)
334334
? "opacity-55"
335335
: "",
336336
canInteract ? "cursor-pointer" : "cursor-default",

0 commit comments

Comments
 (0)