style(frontend): 对齐消息组容器样式

This commit is contained in:
肖应宇 2026-03-29 00:28:11 +08:00
parent 85d39e35ce
commit 115afb5f57
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@ export function MessageGroup({
const rehypePlugins = useRehypeSplitWordsIntoSpans(isLoading);
return (
<ChainOfThought
className={cn("w-full gap-2 rounded-lg bg-white", className)}
className={cn("w-full gap-2 rounded-lg border p-0.5", className)}
open={true}
>
{aboveLastToolCallSteps.length > 0 && (