张延森 3 年前
父节点
当前提交
5ff823b381
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      src/components/Modal/index.vue

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

@@ -1,5 +1,5 @@
1 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 3
     <slot></slot>
4 4
   </modal>
5 5
 </template>