mirror of
https://github.com/dataease/dataease.git
synced 2026-05-21 04:08:10 +08:00
fix(数据集): 后台导出界面的箭头圆圈加载动画方向不对
This commit is contained in:
@@ -525,7 +525,7 @@ strong {
|
||||
}
|
||||
|
||||
100% {
|
||||
transform: rotate(360deg);
|
||||
transform: rotate(-360deg);
|
||||
}
|
||||
}
|
||||
.ed-message__icon {
|
||||
|
||||
Reference in New Issue
Block a user