feat: 调整记录列表的内边距,优化页面布局

This commit is contained in:
2026-01-19 05:06:49 +07:00
parent 3a405cae93
commit bd0214c7f9

View File

@@ -346,7 +346,7 @@ function formatAmount(amount: string) {
.records-list {
background: white;
min-height: 400px;
padding-top: 12px;
padding: 20px 0;
}
.record-item {