problem description
when I want to set properties so that the Modal dialog box can be dragged, the mask layer is automatically closed, so that it can be modified. What I want is the mask layer on
the environmental background of the problems and what methods you have tried
related codes
/ / Please paste the code text below (do not replace the code with pictures)
<Modal v-model="visible" title="" width="700" :mask-closable="false" :loading="loading"
@on-ok="ok("modifyForm")" @on-cancel="cancel">
</Modal>