mirror of
https://gitee.com/dapppp/ruoyi-plus-vben5.git
synced 2026-03-16 16:12:01 +08:00
chore: update deps
This commit is contained in:
@@ -144,7 +144,7 @@ export function useTabsViewScroll(props: TabsProps) {
|
||||
|
||||
function handleWheel({ deltaY }: WheelEvent) {
|
||||
scrollViewportEl.value?.scrollBy({
|
||||
behavior: 'smooth',
|
||||
// behavior: 'smooth',
|
||||
left: deltaY * 3,
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user