FIX: optimize text display

Change-Id: I4e44e12786a1af34cca35edb3c32d9f500b933ed
This commit is contained in:
zorro.zhang 2022-12-30 16:35:07 +08:00 committed by Lane.Wei
parent 9fcb67e6c7
commit 54aae68874
2 changed files with 6 additions and 0 deletions

View File

@ -26,3 +26,8 @@
{
padding-left:30px;
}
.TextPoint
{
font-size:14px;
}

View File

@ -95,6 +95,7 @@ body
line-height: 36px;
display: flex;
justify-content: center;
user-select: none;
}
#LoginBtn