Commit 40136f62 by t0ng7u Committed by Apple\Apple

馃帹 style: add `mt-2` style in ratio section

parent c9712a0a
......@@ -82,7 +82,7 @@ const RatioSetting = () => {
<Spin spinning={loading} size='large'>
{/* 妯″瀷鍊嶇巼璁剧疆浠ュ強鍙鍖栫紪杈戝櫒 */}
<Card style={{ marginTop: '10px' }}>
<Tabs type='line'>
<Tabs type='card'>
<Tabs.TabPane tab={t('妯″瀷鍊嶇巼璁剧疆')} itemKey='model'>
<ModelRatioSettings options={inputs} refresh={onRefresh} />
</Tabs.TabPane>
......
......@@ -372,7 +372,7 @@ export default function ModelRatioNotSetEditor(props) {
return (
<>
<Space vertical align='start' style={{ width: '100%' }}>
<Space>
<Space className='mt-2'>
<Button icon={<IconPlus />} onClick={() => setVisible(true)}>
{t('娣诲姞妯″瀷')}
</Button>
......
......@@ -404,7 +404,7 @@ export default function ModelSettingsVisualEditor(props) {
return (
<>
<Space vertical align='start' style={{ width: '100%' }}>
<Space>
<Space className='mt-2'>
<Button
icon={<IconPlus />}
onClick={() => {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment