add AddressList component

This commit is contained in:
陈嘉涵
2017-09-21 16:26:40 +08:00
parent 309744286e
commit 522655fdd8
14 changed files with 341 additions and 6 deletions
+2 -2
View File
@@ -57,10 +57,10 @@ export default {
},
contentStyle() {
return {
left: -this.offsetWidth + 'px',
transform: `translate3d(${-this.offsetWidth}px, 0, 0)`,
transitionDelay: this.delay + 's',
transitionDuration: this.duration + 's',
transitionProperty: this.diableTransition ? 'none' : 'left'
transitionProperty: this.diableTransition ? 'none' : 'all'
};
}
},