mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
[bugfix] Swipe: 修改字体模糊问题 (#3030)
This commit is contained in:
parent
8c051b8e1f
commit
08466eabb9
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user