Procházet zdrojové kódy

update input transition

afc163 před 8 roky
rodič
revize
7ae6bac901
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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";
 
 .input {
-  transition: all .3s;
+  transition: width .3s, margin-left .3s;
   width: 0;
   background: transparent;
   border-radius: 0;