fix(数据集): 后台导出界面的箭头圆圈加载动画方向不对

This commit is contained in:
dataeaseShu
2024-12-11 10:09:32 +08:00
parent dde81e91c2
commit 78b0c547c0

View File

@@ -525,7 +525,7 @@ strong {
}
100% {
transform: rotate(360deg);
transform: rotate(-360deg);
}
}
.ed-message__icon {