From 29d4bebdcaffb08e08a83a2b04622bc4a1efef3d Mon Sep 17 00:00:00 2001 From: tyjctl <419999127@qq.com> Date: Thu, 11 Apr 2024 09:32:50 +0000 Subject: [PATCH] =?UTF-8?q?update=20Yi.RuoYi.Vue3/src/layout/components/Ta?= =?UTF-8?q?gsView/ScrollPane.vue.=20=E5=A4=84=E7=90=86element-plus?= =?UTF-8?q?=E7=89=88=E6=9C=AC=E5=8D=87=E7=BA=A7=E5=AF=BC=E8=87=B4=E7=9A=84?= =?UTF-8?q?bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: tyjctl <419999127@qq.com> --- Yi.RuoYi.Vue3/src/layout/components/TagsView/ScrollPane.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Yi.RuoYi.Vue3/src/layout/components/TagsView/ScrollPane.vue b/Yi.RuoYi.Vue3/src/layout/components/TagsView/ScrollPane.vue index 5b0db3e1..5c2977a0 100644 --- a/Yi.RuoYi.Vue3/src/layout/components/TagsView/ScrollPane.vue +++ b/Yi.RuoYi.Vue3/src/layout/components/TagsView/ScrollPane.vue @@ -15,7 +15,7 @@ import useTagsViewStore from '@/store/modules/tagsView' const tagAndTagSpacing = ref(4); const { proxy } = getCurrentInstance(); -const scrollWrapper = computed(() => proxy.$refs.scrollContainer.$refs.wrap$); +const scrollWrapper = computed(() => proxy.$refs.scrollContainer.$refs.wrapRef); onMounted(() => { scrollWrapper.value.addEventListener('scroll', emitScroll, true)