style: page segment fontsize

This commit is contained in:
jialin
2026-05-30 08:28:38 +08:00
committed by Lawrence Li
parent f62e0ba372
commit d33167d070
4 changed files with 7 additions and 2 deletions
+2 -1
View File
@@ -55,7 +55,8 @@ const LLModels: React.FC = () => {
<Segmented
shape="round"
style={{
backgroundColor: 'var(--ant-color-fill-secondary)'
backgroundColor: 'var(--ant-color-fill-secondary)',
fontSize: 13
}}
size="middle"
className="m-l-24 font-400"
+3 -1
View File
@@ -122,6 +122,7 @@ const Playground: React.FC = () => {
className="m-l-24 font-600"
value={activeKey}
onChange={(key) => setActiveKey(key)}
style={{ fontSize: 13 }}
></Segmented>
}
</div>
@@ -167,7 +168,8 @@ const Playground: React.FC = () => {
<Segmented
shape="round"
style={{
backgroundColor: 'var(--ant-color-fill-secondary)'
backgroundColor: 'var(--ant-color-fill-secondary)',
fontSize: 13
}}
size="middle"
className="m-l-24 font-400"
+1
View File
@@ -136,6 +136,7 @@ const TextToImages: React.FC = () => {
className="m-l-24 font-600"
value={activeKey}
onChange={(key) => setActiveKey(key)}
style={{ fontSize: 13 }}
></Segmented>
}
</div>
+1
View File
@@ -176,6 +176,7 @@ const Playground: React.FC = () => {
className="m-l-24 font-600"
value={activeKey}
onChange={(key) => setActiveKey(key)}
style={{ fontSize: 13 }}
></Segmented>
}
</div>