From 0493cf4a92fcabe9670db1bc0fc2fc785add7102 Mon Sep 17 00:00:00 2001 From: hailin Date: Tue, 20 May 2025 14:07:56 +0800 Subject: [PATCH] . --- apps/blogai/components/header.tsx | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/apps/blogai/components/header.tsx b/apps/blogai/components/header.tsx index 1de0072..b57b4a3 100644 --- a/apps/blogai/components/header.tsx +++ b/apps/blogai/components/header.tsx @@ -766,18 +766,19 @@ export function DetailPageHeader({ data }: { data: any }) { {showProgressBar && (progress !== "0%" || statusText) && ( -
- {/* 独立文字层 */} -
- {loading ? "Processing..." : statusText} -
- +
{/* 蓝色进度条 */}
+ + {/* 浮动在中间的文字层 */} +
+ {loading ? "Processing..." : statusText} +
+ )}