mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-25 19:50:05 +08:00
fix: hide loading icon at first
This commit is contained in:
parent
2114718bdf
commit
3c962e16d2
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user