...
|
...
|
@@ -82,7 +82,7 @@ export default { |
|
|
panstart() {
|
|
|
this.originY = 0 - this.currentIndex * this.itemHeight;
|
|
|
this.transitionStyle = '';
|
|
|
this.selectStyle['will-change'] = 'transform';
|
|
|
this.selectStyle['will-change'] = 'true';
|
|
|
this.transform();
|
|
|
},
|
|
|
panmove(e) {
|
...
|
...
|
|