fix: 用户中心选择样式

This commit is contained in:
zwjamnsss 2017-10-13 11:32:16 +08:00
parent c7d22105ae
commit 4e7b7ebe17
2 changed files with 9 additions and 0 deletions

View File

@ -111,6 +111,7 @@ const ToolUser = (props)=> {
<Dropdown
placement = "bottomRight"
trigger={['click']}
overlay={
<MenuUser
user={props.user}

View File

@ -4,6 +4,14 @@
color: red;
}
.user-menu.ant-menu.ant-menu-dark .ant-menu-item-selected {
background: #32363a;
color: rgba(255, 255, 255, 0.67);
}
.user-menu.ant-menu-dark .ant-menu-item-selected > a {
color: rgba(255, 255, 255, 0.67);
}
/* .header-box.css */
.header-box {
height: .56rem;