From d33167d07032d182a25a101822a532d9c3312b99 Mon Sep 17 00:00:00 2001 From: jialin Date: Fri, 29 May 2026 18:15:28 +0800 Subject: [PATCH] style: page segment fontsize --- src/pages/llmodels/index.tsx | 3 ++- src/pages/playground/chat/index.tsx | 4 +++- src/pages/playground/images/index.tsx | 1 + src/pages/playground/speech/index.tsx | 1 + 4 files changed, 7 insertions(+), 2 deletions(-) diff --git a/src/pages/llmodels/index.tsx b/src/pages/llmodels/index.tsx index 92cea477..aeb4287b 100644 --- a/src/pages/llmodels/index.tsx +++ b/src/pages/llmodels/index.tsx @@ -55,7 +55,8 @@ const LLModels: React.FC = () => { { className="m-l-24 font-600" value={activeKey} onChange={(key) => setActiveKey(key)} + style={{ fontSize: 13 }} > } @@ -167,7 +168,8 @@ const Playground: React.FC = () => { { className="m-l-24 font-600" value={activeKey} onChange={(key) => setActiveKey(key)} + style={{ fontSize: 13 }} > } diff --git a/src/pages/playground/speech/index.tsx b/src/pages/playground/speech/index.tsx index f8942b90..e40e9f49 100644 --- a/src/pages/playground/speech/index.tsx +++ b/src/pages/playground/speech/index.tsx @@ -176,6 +176,7 @@ const Playground: React.FC = () => { className="m-l-24 font-600" value={activeKey} onChange={(key) => setActiveKey(key)} + style={{ fontSize: 13 }} > }