diff --git a/src/layout/components/main/index.vue b/src/layout/components/main/index.vue index f445b627..808ada1d 100644 --- a/src/layout/components/main/index.vue +++ b/src/layout/components/main/index.vue @@ -429,6 +429,7 @@ const set_show_tabs = (index: number) => { if (for_index == index) { emits('rightUpdate', item, diy_data.value, page_data.value, footer_nav.value); item.show_tabs = true; + scroll(); } }); };