@ant-design/pro-components 1.1.7 → 1.1.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -705,14 +705,11 @@ mark {
705
705
  .anticon[tabindex] {
706
706
  cursor: pointer;
707
707
  }
708
+ .anticon-spin,
708
709
  .anticon-spin::before {
709
710
  display: inline-block;
710
711
  animation: loadingCircle 1s infinite linear;
711
712
  }
712
- .anticon-spin {
713
- display: inline-block;
714
- animation: loadingCircle 1s infinite linear;
715
- }
716
713
  .ant-fade-enter,
717
714
  .ant-fade-appear {
718
715
  animation-duration: 0.2s;