Skip to content

Commit b69f8ff

Browse files
committed
refactor(example): recycle list style
1 parent 7e05559 commit b69f8ff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

example/pages/recycle-list/recycle-list-default.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
items.push(this.getItem(this.id++))
5858
}
5959
resolve(items)
60-
}, 1000)
60+
}, 500)
6161
})
6262
},
6363
handleClick(data) {
@@ -69,7 +69,7 @@
6969

7070
<style lang="stylus" rel="stylesheet/stylus">
7171
.view-wrapper
72-
position: fixed
72+
position: absolute
7373
top: 54px
7474
left: 0
7575
bottom: 0

0 commit comments

Comments
 (0)