下载记录、钱包账单添加加载更多;监听键盘高度优化样式
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user