style: playground right side

This commit is contained in:
jialin
2026-01-14 16:01:47 +08:00
parent c813344c7c
commit fc4d71139a
12 changed files with 15 additions and 14 deletions
+1 -1
View File
@@ -120,7 +120,7 @@ const Playground: React.FC = () => {
<Segmented
options={optionsList}
size="middle"
className="m-l-40 font-600"
className="m-l-24 font-600"
value={activeKey}
onChange={(key) => setActiveKey(key)}
></Segmented>