Skip to content

Commit

Permalink
feat(u-list):修复列表回弹问题
Browse files Browse the repository at this point in the history
  • Loading branch information
jay-qianjue authored and orangepro11 committed May 30, 2022
1 parent 00b0adf commit fca80a9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions uni_modules/uview-ui/components/u-list/u-list.vue
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,7 @@
@scrolltolower="scrolltolower"
@scrolltoupper="scrolltoupper"
>
<view :style="{
paddingTop: `${offset}px`
}">
<view>
<slot />
</view>
</scroll-view>
Expand Down

0 comments on commit fca80a9

Please sign in to comment.