style(frontend): 对齐消息组容器样式
This commit is contained in:
parent
85d39e35ce
commit
115afb5f57
|
|
@ -79,7 +79,7 @@ export function MessageGroup({
|
||||||
const rehypePlugins = useRehypeSplitWordsIntoSpans(isLoading);
|
const rehypePlugins = useRehypeSplitWordsIntoSpans(isLoading);
|
||||||
return (
|
return (
|
||||||
<ChainOfThought
|
<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}
|
open={true}
|
||||||
>
|
>
|
||||||
{aboveLastToolCallSteps.length > 0 && (
|
{aboveLastToolCallSteps.length > 0 && (
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue