Procházet zdrojové kódy

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

zhang před 1 rokem
rodič
revize
4755017bcc
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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"