flat: 性能优化

This commit is contained in:
Apcallover
2025-12-07 14:18:51 +08:00
parent d01f153c6a
commit a2ca068669
2 changed files with 5 additions and 3 deletions

View File

@@ -233,7 +233,7 @@
<loadmore ref="loadmoreRef"></loadmore>
<view v-if="showScrollBottom" style="height: 200px"></view>
</view>
<empty v-else pdTop="200"></empty>
<empty v-else is-position></empty>
</view>
</view>
</view>
@@ -1214,6 +1214,8 @@ defineExpose({ loadData });
.falls-scroll
width: 100%
height: 100%
min-height: 100vh;
position: relative
.falls
padding: 28rpx 28rpx;
.item,.m-height{