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