更改滚动到指定位置的显示

v1.0.0
于肖磊 2024-08-23 17:04:44 +08:00
parent 468d040c6d
commit aa606b863d
1 changed files with 4 additions and 1 deletions

View File

@ -443,7 +443,10 @@ 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();
//
if (item.key !== 'float-window') {
scroll();
}
}
});
};