diff --git a/src/components/modal/modal.vue b/src/components/modal/modal.vue index d25433f4..cffd42f7 100644 --- a/src/components/modal/modal.vue +++ b/src/components/modal/modal.vue @@ -247,7 +247,7 @@ } }, showMask () { - return this.draggable ? false : this.mask; + return this.mask; } }, methods: {