Merge branch 'feat/ui-0.7.0' into 'test'

fix(achievements): fix achievement num col width

See merge request opensource/answer!345
This commit is contained in:
贾海涛(龙笛) 2022-12-15 10:16:04 +00:00
commit 500a0c084a
1 changed files with 1 additions and 0 deletions

View File

@ -1,5 +1,6 @@
.achievement-wrap {
.num {
width: 60px;
flex: none;
}
}