张延森 3 vuotta sitten
vanhempi
commit
5ff823b381
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1
    1
      src/components/Modal/index.vue

+ 1
- 1
src/components/Modal/index.vue Näytä tiedosto

@@ -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>