feat(ui): unify content shell layout
This commit is contained in:
@@ -17,7 +17,7 @@ export function AccountSidebar() {
|
||||
const pathname = usePathname()
|
||||
|
||||
return (
|
||||
<aside className="w-56 shrink-0 border-r border-border/60">
|
||||
<aside className="w-56 shrink-0 border-r border-border/60 bg-background/80">
|
||||
<div className="flex h-14 items-center border-b border-border/60 px-6 font-semibold">
|
||||
账号设置
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user