Compare commits

..

2 Commits

Author SHA1 Message Date
admin 5e9f3e2083 chore(favicon): 使用预发布环境的图标
Docker Image / Quality and Bundle Budgets (push) Successful in 4s
Docker Image / Build and Push Docker Image (push) Successful in 1m49s
2026-07-21 16:11:22 +08:00
admin 3d3f7e725b fix(tip): align payment content to bottom 2026-07-21 16:11:15 +08:00
+1 -5
View File
@@ -75,7 +75,7 @@
min-height: 0; min-height: 0;
flex: 0 1 auto; flex: 0 1 auto;
flex-direction: column; flex-direction: column;
margin-top: 0; margin-top: auto;
} }
.headerIdentity { .headerIdentity {
@@ -542,10 +542,6 @@
} }
@media (max-height: 600px) { @media (max-height: 600px) {
.contentFlow {
margin-top: auto;
}
.headerAvatar { .headerAvatar {
margin-top: 0; margin-top: 0;
} }