优化设置页面的模块间距与部分数据获取提示

This commit is contained in:
licoy
2024-11-12 16:17:55 +08:00
parent 11cc44b4ba
commit bc0b1b8634
2 changed files with 746 additions and 745 deletions
+1 -1
View File
@@ -90,7 +90,7 @@ const OperationSetting = () => {
try { try {
setLoading(true); setLoading(true);
await getOptions(); await getOptions();
showSuccess('刷新成功'); // showSuccess('刷新成功');
} catch (error) { } catch (error) {
showError('刷新失败'); showError('刷新失败');
} finally { } finally {
+2 -1
View File
@@ -395,6 +395,7 @@ const PersonalSetting = () => {
</div> </div>
</Card> </Card>
<Card <Card
style={{marginTop: 10}}
footer={ footer={
<div> <div>
<Typography.Text>邀请链接</Typography.Text> <Typography.Text>邀请链接</Typography.Text>
@@ -432,7 +433,7 @@ const PersonalSetting = () => {
</Descriptions> </Descriptions>
</div> </div>
</Card> </Card>
<Card> <Card style={{marginTop: 10}}>
<Typography.Title heading={6}>个人信息</Typography.Title> <Typography.Title heading={6}>个人信息</Typography.Title>
<div style={{marginTop: 20}}> <div style={{marginTop: 20}}>
<Typography.Text strong>邮箱</Typography.Text> <Typography.Text strong>邮箱</Typography.Text>