mirror of
https://github.com/PlayEdu/frontend.git
synced 2025-06-08 10:24:12 +08:00
右上角头像姓名hover显示手型
This commit is contained in:
parent
2ab98305b3
commit
f46078e2b1
@ -178,7 +178,7 @@ export const Header: React.FC = () => {
|
|||||||
)}
|
)}
|
||||||
<Button.Group className={styles["button-group"]}>
|
<Button.Group className={styles["button-group"]}>
|
||||||
<Dropdown menu={{ items, onClick }} placement="bottomRight">
|
<Dropdown menu={{ items, onClick }} placement="bottomRight">
|
||||||
<div className="d-flex">
|
<div className="d-flex" style={{ cursor: "pointer" }}>
|
||||||
{user && user.name && (
|
{user && user.name && (
|
||||||
<>
|
<>
|
||||||
<img
|
<img
|
||||||
|
Loading…
x
Reference in New Issue
Block a user