Browse Source

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

pull/3194/head
zhang 3 years ago
committed by GitHub
parent
commit
4755017bcc
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/components/Drawer/src/BasicDrawer.vue

2
src/components/Drawer/src/BasicDrawer.vue

@ -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…
Cancel
Save