feat: 统一运营设置页面的保存按钮大小规格

This commit is contained in:
licoy
2024-11-12 16:30:51 +08:00
parent 450bea8f2c
commit 674abe5ae2
7 changed files with 7 additions and 7 deletions

View File

@@ -184,7 +184,7 @@ export default function GeneralSettings(props) {
</Col>
</Row>
<Row>
<Button size='large' onClick={onSubmit}>
<Button size='default' onClick={onSubmit}>
保存通用设置
</Button>
</Row>