Explorar el Código

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

zhang hace 1 año
padre
commit
4755017bcc
Se han modificado 1 ficheros con 1 adiciones y 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"