优化一些显示问题

This commit is contained in:
gary.fu
2024-01-25 17:08:34 +08:00
parent 3887d39449
commit 5fa3fdbc78
17 changed files with 147 additions and 36 deletions

View File

@@ -90,6 +90,10 @@ html, body, #app, .index-container {
display: block;
}
.flex-column {
flex-direction: column;
}
.container-center {
display: flex;
justify-content: center;