修改分页组件在部分场景中存在缓存问题导致部分数据无法查看的问题

This commit is contained in:
2024-08-08 10:30:55 +08:00
parent cf7756dd5c
commit b9e1b06d29
33 changed files with 56 additions and 886 deletions

View File

@@ -23,7 +23,6 @@
}
.recordsItem {
display: flex;
/* justify-content: space-between; */
padding: 16rpx 20rpx;
border-left: 0;
border-right: 0;
@@ -73,8 +72,6 @@
text-align: right;
color: #fff;
font-size: 32rpx;
/* display: flex; */
/* justify-content: end; */
}
.type {
@@ -92,8 +89,4 @@
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
page {
/* background-color: var(--light-green); */
}