refactor(profile): restructure profile pages and add new features

This commit is contained in:
shenghuo2
2025-06-21 23:15:19 +08:00
parent f8452b319c
commit ef5eda8cf4
17 changed files with 1242 additions and 34 deletions

View File

@ -315,6 +315,23 @@
align-self: center;
}
.menu-right {
display: flex;
align-items: center;
gap: 8px;
flex-shrink: 0;
}
.menu-right .menu-status {
font-size: 11px;
color: #999;
}
.menu-right i {
color: #ddd;
font-size: 11px;
}
.menu-item i:first-child {
font-size: 18px;
color: #ff6900;