fix(tip): align payment content to bottom

This commit is contained in:
2026-07-21 16:11:15 +08:00
parent efd3ea84d8
commit 3d3f7e725b
+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;
} }