Explorar o código

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

zhang hai 1 ano
pai
achega
4755017bcc
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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"