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
+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>