feat: 新增账号设置页面并优化报表与管理端交互样式
This commit is contained in:
11
src/app/admin/(shell)/account/page.tsx
Normal file
11
src/app/admin/(shell)/account/page.tsx
Normal file
@@ -0,0 +1,11 @@
|
||||
import { Metadata } from "next";
|
||||
|
||||
import { AccountSettingsConsole } from "@/modules/account/account-settings-console";
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "账号设置 - 管理后台",
|
||||
};
|
||||
|
||||
export default function AdminAccountPage() {
|
||||
return <AccountSettingsConsole />;
|
||||
}
|
||||
@@ -131,7 +131,7 @@
|
||||
|
||||
@layer components {
|
||||
.admin-list-card {
|
||||
@apply overflow-hidden border-border/80 bg-card shadow-sm;
|
||||
@apply border-border/80 bg-card shadow-sm;
|
||||
}
|
||||
|
||||
.admin-list-header {
|
||||
|
||||
Reference in New Issue
Block a user