Explorar el Código

fix fixed header transition (#1605)

柴茂源 hace 7 años
padre
commit
55946fb2cc
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      src/layouts/Header.less

+ 1 - 0
src/layouts/Header.less

@@ -3,4 +3,5 @@
   top: 0;
   width: 100%;
   z-index: 9;
+  transition: width 0.2s;
 }