mirror of
https://github.com/youzan/vant.git
synced 2025-10-18 09:24:25 +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) {
|
||||
|
Reference in New Issue
Block a user