优化平铺显示下被激活会话的显示样式

This commit is contained in:
xintaofei
2026-03-11 14:13:32 +08:00
parent 99cfc6c91e
commit cf90e69891

View File

@@ -918,7 +918,9 @@ export function ConversationDetailPanel() {
<div <div
className={cn( className={cn(
"h-full", "h-full",
active ? "ring-1 ring-inset ring-primary/30" : "" active
? "bg-gradient-to-b from-muted/50 to-transparent"
: ""
)} )}
onPointerDownCapture={() => { onPointerDownCapture={() => {
if (!active) switchTab(tab.id) if (!active) switchTab(tab.id)