fix: 隐藏tabbar滚动条

This commit is contained in:
chansee97 2025-09-04 14:17:00 +08:00
parent 1738bed2ca
commit c168e92135

View File

@ -114,7 +114,17 @@ useDraggable(el, tabs, {
</script>
<template>
<n-scrollbar ref="scrollbar" class="relative flex h-full tab-bar-scroller-wrapper" content-class="h-full pr-34 tab-bar-scroller-content" :x-scrollable="true" @wheel="onWheel">
<n-scrollbar
ref="scrollbar"
class="relative flex h-full tab-bar-scroller-wrapper"
content-class="h-full pr-34 tab-bar-scroller-content"
x-scrollable
:theme-overrides="{
color: 'transrparent',
colorHover: 'transrparent',
}"
@wheel="onWheel"
>
<div class="p-l-2 flex wh-full relative">
<div class="flex items-end">
<TabBarItem