From 8f0f9a0fda02c6b8bde181b75512c4b0aa2aa400 Mon Sep 17 00:00:00 2001 From: LiuShen <3162475700@qq.com> Date: Tue, 18 Mar 2025 15:12:11 +0800 Subject: [PATCH] fix: The part of the thinking block that exceeds due to the overflow-hidden property cannot be displayed. --- app/src/components/ThinkContent.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/components/ThinkContent.tsx b/app/src/components/ThinkContent.tsx index 1cdd271..07dc2d3 100644 --- a/app/src/components/ThinkContent.tsx +++ b/app/src/components/ThinkContent.tsx @@ -41,7 +41,7 @@ export function ThinkContent({ content, isComplete = true }: ThinkContentProps)