feat(UserCenter): remove icon from logout modal cancel button
Remove the HomeOutlined icon from the cancel button of the logout confirmation modal. The button now only displays the text "保持登录".
This commit is contained in:
parent
73354d0394
commit
2315503388
@ -81,7 +81,6 @@ export const UserCenter = () => {
|
|||||||
maskClosable: true,
|
maskClosable: true,
|
||||||
title: '确认登出?',
|
title: '确认登出?',
|
||||||
cancelText: '保持登录',
|
cancelText: '保持登录',
|
||||||
cancelButtonProps: { icon: <HomeOutlined /> },
|
|
||||||
okText: '确认登出',
|
okText: '确认登出',
|
||||||
okButtonProps: {
|
okButtonProps: {
|
||||||
icon: <LogoutOutlined />,
|
icon: <LogoutOutlined />,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user