修改分页组件在部分场景中存在缓存问题导致部分数据无法查看的问题
This commit is contained in:
@@ -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); */
|
||||
}
|
Reference in New Issue
Block a user