🎨 style: add mt-2 style in ratio section

This commit is contained in:
t0ng7u
2025-06-21 04:25:56 +08:00
committed by Apple\Apple
parent 01ef1fe4e4
commit 2902d6c7c2
3 changed files with 3 additions and 3 deletions

View File

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