feat: 新增账号设置页面并优化报表与管理端交互样式

This commit is contained in:
2026-05-22 14:34:04 +08:00
parent 2ca2790f07
commit 51891548a5
8 changed files with 208 additions and 43 deletions

View 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 />;
}

View File

@@ -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 {