diff --git a/components/spin/style/index.less b/components/spin/style/index.less index 9c44f3a6a..846df5405 100644 --- a/components/spin/style/index.less +++ b/components/spin/style/index.less @@ -115,7 +115,7 @@ &-dot { position: relative; - display: block; + display: inline-block; .square(@spin-dot-size); transform: rotate(45deg); animation: antRotate 1.2s infinite linear;