feat: refine client status and review views
This commit is contained in:
@@ -455,7 +455,7 @@ export function AppShell({
|
||||
) : null}
|
||||
</div>
|
||||
) : null}
|
||||
<div className="notice-menu-wrap">
|
||||
{auditNotifications.length ? <div className="notice-menu-wrap">
|
||||
<button
|
||||
aria-expanded={noticeOpen}
|
||||
aria-haspopup="menu"
|
||||
@@ -481,7 +481,7 @@ export function AppShell({
|
||||
)) : <p>暂无待审核任务</p>}
|
||||
</div>
|
||||
) : null}
|
||||
</div>
|
||||
</div> : null}
|
||||
<div className="user-menu-wrap">
|
||||
<button
|
||||
aria-expanded={userMenuOpen}
|
||||
|
||||
Reference in New Issue
Block a user