完成退出登录
This commit is contained in:
@@ -121,7 +121,8 @@ const DropdownUser = () => {
|
||||
</Link>
|
||||
</li>
|
||||
</ul>
|
||||
<button className="flex items-center gap-3.5 px-6 py-4 text-sm font-medium duration-300 ease-in-out hover:text-primary lg:text-base">
|
||||
|
||||
<button className="flex items-center gap-3.5 px-6 py-4 text-sm font-medium duration-300 ease-in-out hover:text-primary lg:text-base" onClick={store.quitLogin}>
|
||||
<svg
|
||||
className="fill-current"
|
||||
width="22"
|
||||
|
||||
@@ -98,7 +98,7 @@ const CatePage = () => {
|
||||
return ({
|
||||
title: (
|
||||
<div className='group w-full flex justify-between items-center'>
|
||||
<h3>{item.name}</h3>
|
||||
<h3>{item.icon} <span className='ml-2'>{item.name}</span></h3>
|
||||
|
||||
<Dropdown menu={{ items }} arrow>
|
||||
<Button type='link' size='small'>操作 <DownOutlined /></Button>
|
||||
|
||||
Reference in New Issue
Block a user