mirror of
https://github.com/linux-do/new-api.git
synced 2025-09-21 09:46:37 +08:00
优化设置页面的模块间距与部分数据获取提示
This commit is contained in:
parent
c6dae4b879
commit
bf75df8f04
@ -90,7 +90,7 @@ const OperationSetting = () => {
|
||||
try {
|
||||
setLoading(true);
|
||||
await getOptions();
|
||||
showSuccess('刷新成功');
|
||||
// showSuccess('刷新成功');
|
||||
} catch (error) {
|
||||
showError('刷新失败');
|
||||
} finally {
|
||||
|
@ -395,6 +395,7 @@ const PersonalSetting = () => {
|
||||
</div>
|
||||
</Card>
|
||||
<Card
|
||||
style={{marginTop: 10}}
|
||||
footer={
|
||||
<div>
|
||||
<Typography.Text>邀请链接</Typography.Text>
|
||||
@ -432,7 +433,7 @@ const PersonalSetting = () => {
|
||||
</Descriptions>
|
||||
</div>
|
||||
</Card>
|
||||
<Card>
|
||||
<Card style={{marginTop: 10}}>
|
||||
<Typography.Title heading={6}>个人信息</Typography.Title>
|
||||
<div style={{marginTop: 20}}>
|
||||
<Typography.Text strong>邮箱</Typography.Text>
|
||||
|
Loading…
Reference in New Issue
Block a user