add: 美化头像和设置用户名称过程

This commit is contained in:
2023-10-16 14:00:03 +08:00
parent 8dfbdb02b6
commit 4c6d35421a
4 changed files with 42 additions and 4 deletions

View File

@@ -5,7 +5,7 @@
<Layout>
<Sider Width="200" Theme="SiderTheme.Light">
<Sider Width="200">
<div class="chat-control-zone">
<div>
<Button Type="@ButtonType.Primary" Size="large" @onclick="@CreateChatClicked">

View File

@@ -24,4 +24,5 @@
.chat-list {
overflow-y: auto;
margin-top: 40px;
}