Explorar el Código

fix:bug header style (#5904)

norberta hace 6 años
padre
commit
4e72cb04ff
Se han modificado 1 ficheros con 1 adiciones y 2 borrados
  1. 1 2
      src/components/GlobalHeader/index.less

+ 1 - 2
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 {