[update 全局] 弹窗点击遮罩层不关闭

This commit is contained in:
danshihao
2024-10-14 16:43:13 +08:00
parent 741badb834
commit 5ebf71f02d
14 changed files with 14 additions and 12 deletions
+1
View File
@@ -9,6 +9,7 @@
@ok="handleOk" @ok="handleOk"
@cancel="handleCancel" @cancel="handleCancel"
destroyOnClose destroyOnClose
:maskClosable="false"
> >
<slot></slot> <slot></slot>
+1
View File
@@ -9,6 +9,7 @@
@ok="handleOk" @ok="handleOk"
@cancel="handleCancel" @cancel="handleCancel"
destroyOnClose destroyOnClose
:maskClosable="false"
> >
<slot></slot> <slot></slot>
@@ -1,7 +1,7 @@
<template> <template>
<j-modal <j-modal
:title="title" :title="title"
:maskClosable="true" :maskClosable="false"
:width="800" :width="800"
:closable="true" :closable="true"
switchFullscreen switchFullscreen
@@ -1,7 +1,7 @@
<template> <template>
<j-modal <j-modal
:title="title" :title="title"
:maskClosable="true" :maskClosable="false"
:width="800" :width="800"
:closable="true" :closable="true"
@cancel="handleCancel" @cancel="handleCancel"
@@ -1,7 +1,7 @@
<template> <template>
<j-modal <j-modal
:title="title" :title="title"
:maskClosable="true" :maskClosable="false"
:width="500" :width="500"
:closable="true" :closable="true"
switchFullscreen switchFullscreen
@@ -1,7 +1,7 @@
<template> <template>
<a-drawer <a-drawer
:title="title" :title="title"
:maskClosable="true" :maskClosable="false"
width=650 width=650
placement="right" placement="right"
:closable="true" :closable="true"
@@ -1,7 +1,7 @@
<template> <template>
<j-modal <j-modal
:title="title" :title="title"
:maskClosable="true" :maskClosable="false"
:width="800" :width="800"
:closable="true" :closable="true"
switchFullscreen switchFullscreen
@@ -1,7 +1,7 @@
<template> <template>
<j-modal <j-modal
:title="title" :title="title"
:maskClosable="true" :maskClosable="false"
:width="800" :width="800"
:closable="true" :closable="true"
switchFullscreen switchFullscreen
@@ -1,7 +1,7 @@
<template> <template>
<j-modal <j-modal
:title="title" :title="title"
:maskClosable="true" :maskClosable="false"
:width="1200" :width="1200"
:closable="true" :closable="true"
switchFullscreen switchFullscreen
@@ -1,7 +1,7 @@
<template> <template>
<j-modal <j-modal
:title="title" :title="title"
:maskClosable="true" :maskClosable="false"
:width="400" :width="400"
:closable="true" :closable="true"
switchFullscreen switchFullscreen
@@ -1,7 +1,7 @@
<template> <template>
<j-modal <j-modal
:title="title" :title="title"
:maskClosable="true" :maskClosable="false"
:width="500" :width="500"
:closable="true" :closable="true"
switchFullscreen switchFullscreen
@@ -1,7 +1,7 @@
<template> <template>
<j-modal <j-modal
:title="title" :title="title"
:maskClosable="true" :maskClosable="false"
:width="500" :width="500"
:closable="true" :closable="true"
switchFullscreen switchFullscreen
+1 -1
View File
@@ -1,7 +1,7 @@
<template> <template>
<a-drawer <a-drawer
:title="title" :title="title"
:maskClosable="true" :maskClosable="false"
:width="drawerWidth" :width="drawerWidth"
placement="right" placement="right"
:closable="true" :closable="true"
+1 -1
View File
@@ -1,7 +1,7 @@
<template> <template>
<a-drawer <a-drawer
:title="title" :title="title"
:maskClosable="true" :maskClosable="false"
width=650 width=650
placement="right" placement="right"
:closable="true" :closable="true"