Browse Source

fixed #2452 (#2462)

pull/2464/head
shend 8 years ago
committed by 陈帅
parent
commit
608586b4fb
  1. 1
      src/layouts/Header.less

1
src/layouts/Header.less

@ -1,6 +1,7 @@
.fixedHeader {
position: fixed;
top: 0;
right: 0;
width: 100%;
z-index: 9;
transition: width 0.2s;

Loading…
Cancel
Save