mirror of
https://github.com/whyour/qinglong.git
synced 2025-05-23 14:56:07 +08:00
修复移动端展开导航
This commit is contained in:
parent
b7b983229b
commit
2b70851074
|
@ -291,7 +291,7 @@ export default function (props: any) {
|
|||
e.stopPropagation();
|
||||
}}
|
||||
>
|
||||
{!collapsed && (
|
||||
{!collapsed && !ctx.isPhone && (
|
||||
<Dropdown overlay={menu} trigger={['hover']}>
|
||||
<span className="side-menu-user-wrapper">
|
||||
<Avatar shape="square" size="small" icon={<UserOutlined />} />
|
||||
|
|
Loading…
Reference in New Issue
Block a user