mirror of
https://github.com/vbenjs/vue-vben-admin.git
synced 2025-01-24 10:33:50 +08:00
fix: 修复设置抽屉弹框滚动条样式异常 (#3193)
This commit is contained in:
parent
18211f6d14
commit
4755017bcc
@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<Drawer @close="onClose" v-bind="getBindValues">
|
||||
<Drawer v-bind="getBindValues" :class="prefixCls" @close="onClose">
|
||||
<template #title v-if="!$slots.title">
|
||||
<DrawerHeader
|
||||
:title="getMergeProps.title"
|
||||
|
Loading…
Reference in New Issue
Block a user