mirror of
https://github.com/PlayEdu/frontend.git
synced 2025-07-19 20:49:44 +08:00
首页分类选择栏取消悬浮显示
This commit is contained in:
parent
db16226dd1
commit
01d2cf4e9b
@ -187,8 +187,6 @@ const IndexPage = () => {
|
||||
overflowX: "hidden",
|
||||
overflowY: "auto",
|
||||
}}
|
||||
onMouseOut={() => setOpen(false)}
|
||||
onMouseOver={() => setOpen(true)}
|
||||
>
|
||||
<Tree
|
||||
selectedKeys={selectKey}
|
||||
@ -332,10 +330,7 @@ const IndexPage = () => {
|
||||
trigger="click"
|
||||
onOpenChange={handleOpenChange}
|
||||
>
|
||||
<Space
|
||||
className={styles["dropButton"]}
|
||||
onMouseOver={() => setOpen(true)}
|
||||
>
|
||||
<Space className={styles["dropButton"]}>
|
||||
{categoryText}
|
||||
<i
|
||||
className="iconfont icon-icon-xiala"
|
||||
|
Loading…
x
Reference in New Issue
Block a user