Commit e64ba3eb authored by 崔佳豪's avatar 崔佳豪

style: 调整headrightcontent样式

parent c2307a2d
Pipeline #53459 waiting for manual action with stages
......@@ -217,7 +217,7 @@ const GlobalHeaderRight = props => {
}
return (
<div className={className} style={{ marginLeft: '14px' }}>
<div className={className}>
{renderTopMenu()}
<Avatar menu config={props.global} updateCurrentIndex={props.updateCurrentIndex} updateConfig={props.updateConfig} logout={props.logout} />
</div>
......
......@@ -12,11 +12,12 @@
.right {
display: flex;
float: right;
// float: right;
height: 46px;
margin-left: auto;
overflow: hidden;
align-items: center;
flex: none;
.action {
display: flex;
align-items: center;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment