no message

This commit is contained in:
DESKTOP-RQ919RC\Pc 2025-04-01 11:51:25 +08:00
parent ce7bc986af
commit fa947b5cad
2 changed files with 2 additions and 0 deletions

View File

@ -8,6 +8,7 @@
display: flex;
justify-content: center;
align-items: center;
z-index: 999;
/* 定义一个名为 rotate 的动画,让元素从 0 度旋转到 360 度 */
}
.loading-mask .loading-icon {

View File

@ -8,6 +8,7 @@
display: flex;
justify-content: center;
align-items: center;
z-index: 999;
.loading-icon {
width: 50px;
animation: loadingRotate 2s linear infinite;