张延森 3 年之前
父節點
當前提交
5ff823b381
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      src/components/Modal/index.vue

+ 1
- 1
src/components/Modal/index.vue 查看文件

1
 <template>
1
 <template>
2
-  <modal :name="name" :clickToClose="false" :width="width" :height="height">
2
+  <modal :name="name" :clickToClose="false" :width="width" :height="height" :shiftX="0" :shiftY="0" :scrollable="false">
3
     <slot></slot>
3
     <slot></slot>
4
   </modal>
4
   </modal>
5
 </template>
5
 </template>