ENH: Update UserGuide Load UI

JIRA: none
Change-Id: Ifc8cdd59a61dfece6c497ed50fcad9663d380be3
(cherry picked from commit 37918c4463fe6bdced742d5d81d756fa811510b7)
(cherry picked from commit cea5bc967c3c2e8ed538903823ffb3cd70d62584)
This commit is contained in:
zorro.zhang 2024-12-27 12:04:44 +08:00 committed by Noisyfox
parent df6516e3e3
commit d753292823
3 changed files with 32 additions and 3 deletions

View file

@ -14,8 +14,23 @@ body
justify-content: center;
}
#LoadBlock
{
display:flex;
align-items: center;
justify-content: center;
}
#LoadingSvg
{
animation: rotate 5s infinite linear;
height: 60%;
animation: rotate 1.2s infinite linear;
margin-right: 8px;
height: 120%;
}
#LoadTip
{
font-size: 15px;
font-weight: 700;
color: #262E30;
}