Browse Source

fix: right-align the right content of topmenu

pull/5384/head
hhking 7 years ago
committed by 偏右
parent
commit
8aa1400b34
  1. 1
      src/components/GlobalHeader/index.less

1
src/components/GlobalHeader/index.less

@ -39,6 +39,7 @@
.right {
float: right;
height: 100%;
margin-left: auto;
overflow: hidden;
.action {
display: inline-block;

Loading…
Cancel
Save