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 => { ...@@ -217,7 +217,7 @@ const GlobalHeaderRight = props => {
} }
return ( return (
<div className={className} style={{ marginLeft: '14px' }}> <div className={className}>
{renderTopMenu()} {renderTopMenu()}
<Avatar menu config={props.global} updateCurrentIndex={props.updateCurrentIndex} updateConfig={props.updateConfig} logout={props.logout} /> <Avatar menu config={props.global} updateCurrentIndex={props.updateCurrentIndex} updateConfig={props.updateConfig} logout={props.logout} />
</div> </div>
......
...@@ -12,11 +12,12 @@ ...@@ -12,11 +12,12 @@
.right { .right {
display: flex; display: flex;
float: right; // float: right;
height: 46px; height: 46px;
margin-left: auto; margin-left: auto;
overflow: hidden; overflow: hidden;
align-items: center; align-items: center;
flex: none;
.action { .action {
display: flex; display: flex;
align-items: center; 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