107c8a58dd
- 统一页面容器结构:使用 flex min-h-0 flex-1 flex-col 布局 - 添加 admin-documents-page-card CSS 类名和样式定义 - 统一表格配置:使用 tableLayout="fixed" 并明确设置列宽 - 改进操作按钮样式:使用 size="small" 普通按钮 + Popconfirm - 统一 Modal 配置:明确设置 okText/cancelText/confirmLoading - 统一反馈机制:使用 useToastFeedback hook 替代 App.useApp() - 统一空状态文案:使用标准的"未找到符合筛选条件的XXX"格式 - 优化表格滚动高度动态计算逻辑 - 添加 deletingDocumentId 状态管理和 rowBusy 逻辑 - 移除未使用的导入和变量 - 所有 TypeScript 类型检查通过 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> Co-authored-by: multica-agent <github@multica.ai>
This is a Next.js project bootstrapped with create-next-app.
Getting Started
First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
Open http://localhost:3000 with your browser to see the result.
You can start editing the page by modifying app/page.tsx. The page auto-updates as you edit the file.
This project uses next/font to automatically optimize and load Geist, a new font family for Vercel.
Learn More
To learn more about Next.js, take a look at the following resources:
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.
You can check out the Next.js GitHub repository - your feedback and contributions are welcome!
Deploy on Vercel
The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.
Check out our Next.js deployment documentation for more details.