mirror of
https://github.com/chansee97/nova-admin.git
synced 2025-09-18 03:39:58 +08:00
fix: 隐藏tabbar滚动条
This commit is contained in:
parent
1738bed2ca
commit
c168e92135
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user