Skip to content

Commit

Permalink
refactor(example): recycle list style
Browse files Browse the repository at this point in the history
  • Loading branch information
dolymood committed Nov 15, 2018
1 parent 7e05559 commit b69f8ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions example/pages/recycle-list/recycle-list-default.vue
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
items.push(this.getItem(this.id++))
}
resolve(items)
}, 1000)
}, 500)
})
},
handleClick(data) {
Expand All @@ -69,7 +69,7 @@

<style lang="stylus" rel="stylesheet/stylus">
.view-wrapper
position: fixed
position: absolute
top: 54px
left: 0
bottom: 0
Expand Down

0 comments on commit b69f8ff

Please sign in to comment.