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

Loading…
Cancel
Save