feat: 优化主题查询、财富排行榜显示、个人中心信息显示、首页主题显示

This commit is contained in:
陈淳
2024-01-19 10:43:34 +08:00
parent a81873c148
commit 6debf25162
4 changed files with 30 additions and 11 deletions

View File

@@ -75,7 +75,19 @@
</div>
<div class="user-info">
<div class="user-nick">
<div class="user-nick-left">{{ state.user.nick }}</div>
<div class="user-nick-left">{{ state.user.nick }}
<el-tag effect="light" type="success"
>{{state.user.level }} 等级</el-tag
>
<el-tag effect="light" type="success">
{{ state.user.userLimit }} 限制
</el-tag>
<el-tag effect="light" type="success"
>{{state.user.money }} 钱钱</el-tag
>
</div>
<div class="user-nick-right">
其他
@@ -303,6 +315,10 @@ $remarkHeight: $topHeight - $userHeight;
color:#222226;
font-size: 23px;
font-weight: 800;
.el-tag{
margin-right: 10px;
}
}
&-right{
margin-right: 30px;