mirror of
https://gitee.com/element-plus/element-plus.git
synced 2024-12-02 11:17:46 +08:00
fix(style): ensure that the loading icon is inline (#2550)
This commit is contained in:
parent
b9555ea242
commit
82bd102995
@ -52,6 +52,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.circular {
|
.circular {
|
||||||
|
display: inline;
|
||||||
height: $--loading-spinner-size;
|
height: $--loading-spinner-size;
|
||||||
width: $--loading-spinner-size;
|
width: $--loading-spinner-size;
|
||||||
animation: loading-rotate 2s linear infinite;
|
animation: loading-rotate 2s linear infinite;
|
||||||
|
Loading…
Reference in New Issue
Block a user