fix: loading icon

This commit is contained in:
tim
2025-09-19 23:20:50 +08:00
parent 8751a7707c
commit b09828bcc2
7 changed files with 20 additions and 7 deletions

View File

@@ -121,6 +121,19 @@ body {
vertical-align: middle;
}
@keyframes spin {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
.loading-icon {
animation: spin 1s linear infinite;
}
/* .vditor {
--textarea-background-color: transparent;
border: none !important;