mirror of
https://github.com/PlayEdu/frontend.git
synced 2025-06-08 12:34:04 +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"]}>
|
||||
<Dropdown menu={{ items, onClick }} placement="bottomRight">
|
||||
<div className="d-flex">
|
||||
<div className="d-flex" style={{ cursor: "pointer" }}>
|
||||
{user && user.name && (
|
||||
<>
|
||||
<img
|
||||
|
Loading…
x
Reference in New Issue
Block a user