Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin into dev
This commit is contained in:
commit
0a9e85bb58
@ -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>
|
||||||
|
@ -100,7 +100,7 @@ onMounted(() => {
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div :class="contentClass" :style="contentStyle" class="h-full p-4">
|
<div :class="cn('h-full p-4', contentClass)" :style="contentStyle">
|
||||||
<slot></slot>
|
<slot></slot>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user