v3.28.0 【优化】优化 Long、BigInteger、BigDecimal 的 JSON 序列化【优化】个人中心样式【优化】Spin加载

This commit is contained in:
zhuoda
2025-08-24 23:05:00 +08:00
parent 3ceea05ba1
commit 63ef235b95
12 changed files with 87 additions and 164 deletions

View File

@@ -234,12 +234,21 @@
</script>
<style lang="less" scoped>
.center-container {
height: 100%;
display: flex;
flex-direction: column;
.header-title {
font-size: 20px;
flex-shrink: 0;
}
.center-form-area {
margin-top: 20px;
flex: 1;
overflow-y: auto;
min-height: 0;
.avatar-container {
position: relative;

View File

@@ -54,11 +54,11 @@
</a-col>
<!--更新日志-->
<a-col :span="24">
<ToBeDoneCard />
<ChangelogCard />
</a-col>
<!--待办已办-->
<a-col :span="24">
<ChangelogCard />
<ToBeDoneCard />
</a-col>
</a-row>
</a-col>