mirror of
https://github.com/PlayEdu/backend
synced 2025-06-19 01:27:04 +08:00
右上角菜单样式优化
This commit is contained in:
parent
55103f393b
commit
4f1341c726
@ -25,12 +25,22 @@ export const Header: React.FC = () => {
|
|||||||
{
|
{
|
||||||
label: "修改密码",
|
label: "修改密码",
|
||||||
key: "change_password",
|
key: "change_password",
|
||||||
icon: <i className="iconfont icon-icon-password c-red" />,
|
icon: (
|
||||||
|
<i
|
||||||
|
className="iconfont icon-icon-password c-red"
|
||||||
|
style={{ fontSize: 16 }}
|
||||||
|
/>
|
||||||
|
),
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: "退出登录",
|
label: "退出登录",
|
||||||
key: "login_out",
|
key: "login_out",
|
||||||
icon: <i className="iconfont icon-a-icon-logout c-red" />,
|
icon: (
|
||||||
|
<i
|
||||||
|
className="iconfont icon-a-icon-logout c-red"
|
||||||
|
style={{ fontSize: 16 }}
|
||||||
|
/>
|
||||||
|
),
|
||||||
},
|
},
|
||||||
];
|
];
|
||||||
return (
|
return (
|
||||||
|
Loading…
x
Reference in New Issue
Block a user