feat: optimize loading screen

This commit is contained in:
Yifei Zhang
2023-03-19 14:13:00 +00:00
parent caec01269a
commit 9398b34b5c
7 changed files with 10 additions and 6 deletions

View File

@@ -338,4 +338,10 @@
.export-content {
white-space: break-spaces;
}
.loading-content {
display: flex;
justify-content: center;
align-items: center;
}