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

This commit is contained in:
licoy
2024-11-12 16:30:51 +08:00
parent 80e1dafa28
commit 2d1d60c731
7 changed files with 7 additions and 7 deletions

View File

@@ -142,7 +142,7 @@ export default function SettingsMonitoring(props) {
</Col>
</Row>
<Row>
<Button size='large' onClick={onSubmit}>
<Button size='default' onClick={onSubmit}>
保存监控设置
</Button>
</Row>