[bugfix] Swipe: 修改字体模糊问题 (#3030)

This commit is contained in:
Z_eks 2019-03-21 19:07:52 +08:00 committed by neverland
parent 8c051b8e1f
commit 08466eabb9

View File

@ -217,7 +217,7 @@ export default sfc({
}
}
this.offset = offset - this.active * this.size;
this.offset = Math.round(offset - this.active * this.size);
},
swipeTo(index) {