style: page segment fontsize
This commit is contained in:
@@ -55,7 +55,8 @@ const LLModels: React.FC = () => {
|
|||||||
<Segmented
|
<Segmented
|
||||||
shape="round"
|
shape="round"
|
||||||
style={{
|
style={{
|
||||||
backgroundColor: 'var(--ant-color-fill-secondary)'
|
backgroundColor: 'var(--ant-color-fill-secondary)',
|
||||||
|
fontSize: 13
|
||||||
}}
|
}}
|
||||||
size="middle"
|
size="middle"
|
||||||
className="m-l-24 font-400"
|
className="m-l-24 font-400"
|
||||||
|
|||||||
@@ -122,6 +122,7 @@ const Playground: React.FC = () => {
|
|||||||
className="m-l-24 font-600"
|
className="m-l-24 font-600"
|
||||||
value={activeKey}
|
value={activeKey}
|
||||||
onChange={(key) => setActiveKey(key)}
|
onChange={(key) => setActiveKey(key)}
|
||||||
|
style={{ fontSize: 13 }}
|
||||||
></Segmented>
|
></Segmented>
|
||||||
}
|
}
|
||||||
</div>
|
</div>
|
||||||
@@ -167,7 +168,8 @@ const Playground: React.FC = () => {
|
|||||||
<Segmented
|
<Segmented
|
||||||
shape="round"
|
shape="round"
|
||||||
style={{
|
style={{
|
||||||
backgroundColor: 'var(--ant-color-fill-secondary)'
|
backgroundColor: 'var(--ant-color-fill-secondary)',
|
||||||
|
fontSize: 13
|
||||||
}}
|
}}
|
||||||
size="middle"
|
size="middle"
|
||||||
className="m-l-24 font-400"
|
className="m-l-24 font-400"
|
||||||
|
|||||||
@@ -136,6 +136,7 @@ const TextToImages: React.FC = () => {
|
|||||||
className="m-l-24 font-600"
|
className="m-l-24 font-600"
|
||||||
value={activeKey}
|
value={activeKey}
|
||||||
onChange={(key) => setActiveKey(key)}
|
onChange={(key) => setActiveKey(key)}
|
||||||
|
style={{ fontSize: 13 }}
|
||||||
></Segmented>
|
></Segmented>
|
||||||
}
|
}
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -176,6 +176,7 @@ const Playground: React.FC = () => {
|
|||||||
className="m-l-24 font-600"
|
className="m-l-24 font-600"
|
||||||
value={activeKey}
|
value={activeKey}
|
||||||
onChange={(key) => setActiveKey(key)}
|
onChange={(key) => setActiveKey(key)}
|
||||||
|
style={{ fontSize: 13 }}
|
||||||
></Segmented>
|
></Segmented>
|
||||||
}
|
}
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user