mirror of
https://github.com/chansee97/nova-admin.git
synced 2025-11-19 15:28:01 +08:00
fix: 隐藏tabbar滚动条
This commit is contained in:
parent
1738bed2ca
commit
c168e92135
@ -114,7 +114,17 @@ useDraggable(el, tabs, {
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<template>
|
<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="p-l-2 flex wh-full relative">
|
||||||
<div class="flex items-end">
|
<div class="flex items-end">
|
||||||
<TabBarItem
|
<TabBarItem
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user