From 9362cb704f119d700010cea1a7ce7357e2ba95f2 Mon Sep 17 00:00:00 2001 From: pany <939630029@qq.com> Date: Thu, 23 Mar 2023 11:27:07 +0800 Subject: [PATCH] feat: 'tag' outside the viewport is automatically moved to the viewable area --- src/layout/components/TagsView/ScrollPane.vue | 68 +++++++++++++++++-- src/layout/components/TagsView/index.vue | 7 +- 2 files changed, 67 insertions(+), 8 deletions(-) diff --git a/src/layout/components/TagsView/ScrollPane.vue b/src/layout/components/TagsView/ScrollPane.vue index c5f25cd..4f2434f 100644 --- a/src/layout/components/TagsView/ScrollPane.vue +++ b/src/layout/components/TagsView/ScrollPane.vue @@ -1,10 +1,19 @@