mirror of
https://github.com/youzan/vant.git
synced 2025-10-19 10:07:07 +00:00
[bugfix] Swipe: 修改字体模糊问题 (#3030)
This commit is contained in:
@@ -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) {
|
swipeTo(index) {
|
||||||
|
Reference in New Issue
Block a user