feat: 优化switch组件的大小规格与整体表单一致
This commit is contained in:
@@ -102,7 +102,7 @@ export default function SettingsLog(props) {
|
||||
<Form.Switch
|
||||
field={'LogConsumeEnabled'}
|
||||
label={'启用额度消费日志记录'}
|
||||
size='large'
|
||||
size='default'
|
||||
checkedText='|'
|
||||
uncheckedText='〇'
|
||||
onChange={(value) => {
|
||||
|
||||
Reference in New Issue
Block a user