Browse Source

fix fixed header transition (#1605)

pull/1614/head
柴茂源 8 years ago
committed by 陈帅
parent
commit
55946fb2cc
  1. 1
      src/layouts/Header.less

1
src/layouts/Header.less

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

Loading…
Cancel
Save