mirror of
https://gitee.com/dapppp/ruoyi-plus-vben5.git
synced 2026-03-08 07:31:09 +08:00
fix: sidebar style on focus (#5178)
This commit is contained in:
@@ -38,7 +38,7 @@ const delegatedProps = computed(() => {
|
||||
>
|
||||
<ScrollAreaViewport
|
||||
as-child
|
||||
class="h-full w-full rounded-[inherit]"
|
||||
class="h-full w-full rounded-[inherit] focus:outline-none"
|
||||
@scroll="onScroll"
|
||||
>
|
||||
<slot></slot>
|
||||
|
||||
Reference in New Issue
Block a user