张延森 před 3 roky
rodič
revize
5ff823b381
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1
    1
      src/components/Modal/index.vue

+ 1
- 1
src/components/Modal/index.vue Zobrazit soubor

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