Explorar el Código

update input transition

afc163 hace 8 años
padre
commit
7ae6bac901
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/components/HeaderSearch/index.less

+ 1 - 1
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;