chore: update deps

This commit is contained in:
Netfan
2025-01-10 09:22:32 +08:00
parent d34838bdd8
commit e10cbe23b9
4 changed files with 949 additions and 588 deletions

View File

@@ -144,7 +144,7 @@ export function useTabsViewScroll(props: TabsProps) {
function handleWheel({ deltaY }: WheelEvent) {
scrollViewportEl.value?.scrollBy({
behavior: 'smooth',
// behavior: 'smooth',
left: deltaY * 3,
});
}