fix: 修复设置抽屉弹框滚动条样式异常 (#3193)

This commit is contained in:
zhang 2023-10-26 09:25:37 +08:00 committed by GitHub
parent 18211f6d14
commit 4755017bcc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"