mirror of
https://github.com/vbenjs/vue-vben-admin.git
synced 2025-01-23 09:40:25 +08:00
fix: sidebar style on focus (#5178)
This commit is contained in:
parent
a97c998be5
commit
10b3a16f79
@ -38,7 +38,7 @@ const delegatedProps = computed(() => {
|
|||||||
>
|
>
|
||||||
<ScrollAreaViewport
|
<ScrollAreaViewport
|
||||||
as-child
|
as-child
|
||||||
class="h-full w-full rounded-[inherit]"
|
class="h-full w-full rounded-[inherit] focus:outline-none"
|
||||||
@scroll="onScroll"
|
@scroll="onScroll"
|
||||||
>
|
>
|
||||||
<slot></slot>
|
<slot></slot>
|
||||||
|
Loading…
Reference in New Issue
Block a user