下载记录、钱包账单添加加载更多;监听键盘高度优化样式

This commit is contained in:
2025-10-01 08:10:01 +08:00
parent a06487ecdc
commit 1b05bd1da7
10 changed files with 140 additions and 63 deletions

View File

@@ -10,6 +10,8 @@
.records-container {
padding-bottom: 50px;
.record-item {
padding: 16px 0;
@@ -58,7 +60,10 @@
font-size: 12px;
text-align: center;
position: fixed;
bottom: 40px;
width: calc(100% - 40px);
bottom: 0;
left: 0;
width: 100vw;
background-color: #FFFFFF;
padding: 20px 0;
}
}