From 96bda5515c21750f72a233e0141c5eae4f98875b Mon Sep 17 00:00:00 2001 From: frank10000 <740427741@qq.com> Date: Tue, 16 Oct 2018 10:56:01 +0800 Subject: [PATCH] perf[tagsView]: refactor the moveToTarget function (#1195) * fix[tagsView]:fixed visited view move to currentTag * edit the scroll regular friendly * tweak --- src/components/ScrollPane/index.vue | 54 ++++++++++++++++++++---- src/views/layout/components/TagsView.vue | 4 +- 2 files changed, 47 insertions(+), 11 deletions(-) diff --git a/src/components/ScrollPane/index.vue b/src/components/ScrollPane/index.vue index d4d75ae..89998e8 100644 --- a/src/components/ScrollPane/index.vue +++ b/src/components/ScrollPane/index.vue @@ -5,7 +5,7 @@