提交 aa9bfc47 编写于 作者: Q qiang

chore: build

上级 0af63888
......@@ -5917,6 +5917,9 @@ function useLayout(props2, state, swiperContexts, slideFrameRef, emit2, trigger)
for (; position + length < current; ) {
position += length;
}
if (position + length - current < current - position) {
position += length;
}
} else {
for (; position + length < current; ) {
position += length;
......
......@@ -12597,6 +12597,9 @@ function useLayout(props2, state2, swiperContexts, slideFrameRef, emit2, trigger
for (; position + length < current; ) {
position += length;
}
if (position + length - current < current - position) {
position += length;
}
} else {
for (; position + length < current; ) {
position += length;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册