解决已知问题

This commit is contained in:
宇阳
2024-10-18 12:27:40 +08:00
parent 532f2183d2
commit bc774c915b
2 changed files with 3 additions and 3 deletions

View File

@@ -49,7 +49,7 @@ const DropdownUser = () => {
className={`absolute right-0 mt-4 flex w-62.5 flex-col rounded-sm border border-stroke bg-white shadow-default dark:border-strokedark dark:bg-boxdark`}
>
<ul className="flex flex-col gap-5 border-b border-stroke px-6 py-7.5 dark:border-strokedark">
<li>
{/* <li>
<Link
to="/profile"
className="flex items-center gap-3.5 text-sm font-medium duration-300 ease-in-out hover:text-primary lg:text-base"
@@ -73,7 +73,7 @@ const DropdownUser = () => {
</svg>
我的资料
</Link>
</li>
</li> */}
<li>
<Link

View File

@@ -9,7 +9,7 @@ const Home = () => {
</Card>
<Card className='mt-2'>
</Card>
</>
);