瀏覽代碼

fix fixed header transition (#1605)

柴茂源 8 年之前
父節點
當前提交
55946fb2cc
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/layouts/Header.less

+ 1 - 0
src/layouts/Header.less

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