From 3c962e16d243724b6604f66726a3cf85c6d62db0 Mon Sep 17 00:00:00 2001 From: Benjy Cui Date: Wed, 28 Oct 2015 10:35:48 +0800 Subject: [PATCH] fix: hide loading icon at first --- style/components/button.less | 2 ++ 1 file changed, 2 insertions(+) diff --git a/style/components/button.less b/style/components/button.less index edf573f8d7..8888164d1a 100644 --- a/style/components/button.less +++ b/style/components/button.less @@ -47,6 +47,7 @@ content: "\e610"; position: absolute; opacity: 0; + visibility: hidden; transition: opacity 0.5s ease; } @@ -62,6 +63,7 @@ top: 50%; margin-top: -6px; opacity: 1; + visibility: visible; } }