feat:个人中心页完成

This commit is contained in:
许永平
2025-07-04 14:03:04 +08:00
parent dbc61c54bb
commit f771a73444
4 changed files with 88 additions and 23 deletions

View File

@@ -147,7 +147,7 @@ export default function Home() {
};
return (
<div className="flex-1 overflow-y-auto pb-16 bg-gray-50">
<div className="flex-1 overflow-y-auto pb-20 bg-gray-50">
<header className="sticky top-0 z-10 bg-white border-b">
<div className="flex justify-between items-center p-4">
<h1 className="text-xl font-semibold text-blue-600"></h1>