Browse Source

update input transition

pull/10/head
afc163 9 years ago
parent
commit
7ae6bac901
  1. 2
      src/components/HeaderSearch/index.less

2
src/components/HeaderSearch/index.less

@ -1,7 +1,7 @@
@import "~antd/lib/style/themes/default.less"; @import "~antd/lib/style/themes/default.less";
.input { .input {
transition: all .3s; transition: width .3s, margin-left .3s;
width: 0; width: 0;
background: transparent; background: transparent;
border-radius: 0; border-radius: 0;

Loading…
Cancel
Save