Browse Source

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

zhang 1 năm trước cách đây
mục cha
commit
4755017bcc
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/components/Drawer/src/BasicDrawer.vue

+ 1 - 1
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"