Browse Source

fix:bug header style (#5904)

pull/5907/head
norberta 6 years ago
committed by 陈帅
parent
commit
4e72cb04ff
  1. 3
      src/components/GlobalHeader/index.less

3
src/components/GlobalHeader/index.less

@ -13,7 +13,7 @@
.right { .right {
float: right; float: right;
height: 100%; height: @layout-header-height;
margin-left: auto; margin-left: auto;
overflow: hidden; overflow: hidden;
.action { .action {
@ -51,7 +51,6 @@
} }
.dark { .dark {
height: @layout-header-height;
.action { .action {
color: rgba(255, 255, 255, 0.85); color: rgba(255, 255, 255, 0.85);
> i { > i {

Loading…
Cancel
Save