[update 全局] 弹窗点击遮罩层不关闭
This commit is contained in:
@@ -9,6 +9,7 @@
|
||||
@ok="handleOk"
|
||||
@cancel="handleCancel"
|
||||
destroyOnClose
|
||||
:maskClosable="false"
|
||||
>
|
||||
|
||||
<slot></slot>
|
||||
|
||||
@@ -9,6 +9,7 @@
|
||||
@ok="handleOk"
|
||||
@cancel="handleCancel"
|
||||
destroyOnClose
|
||||
:maskClosable="false"
|
||||
>
|
||||
|
||||
<slot></slot>
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
<template>
|
||||
<j-modal
|
||||
:title="title"
|
||||
:maskClosable="true"
|
||||
:maskClosable="false"
|
||||
:width="800"
|
||||
:closable="true"
|
||||
switchFullscreen
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
<template>
|
||||
<j-modal
|
||||
:title="title"
|
||||
:maskClosable="true"
|
||||
:maskClosable="false"
|
||||
:width="800"
|
||||
:closable="true"
|
||||
@cancel="handleCancel"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
<template>
|
||||
<j-modal
|
||||
:title="title"
|
||||
:maskClosable="true"
|
||||
:maskClosable="false"
|
||||
:width="500"
|
||||
:closable="true"
|
||||
switchFullscreen
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
<template>
|
||||
<a-drawer
|
||||
:title="title"
|
||||
:maskClosable="true"
|
||||
:maskClosable="false"
|
||||
width=650
|
||||
placement="right"
|
||||
:closable="true"
|
||||
|
||||
+1
-1
@@ -1,7 +1,7 @@
|
||||
<template>
|
||||
<j-modal
|
||||
:title="title"
|
||||
:maskClosable="true"
|
||||
:maskClosable="false"
|
||||
:width="800"
|
||||
:closable="true"
|
||||
switchFullscreen
|
||||
|
||||
+1
-1
@@ -1,7 +1,7 @@
|
||||
<template>
|
||||
<j-modal
|
||||
:title="title"
|
||||
:maskClosable="true"
|
||||
:maskClosable="false"
|
||||
:width="800"
|
||||
:closable="true"
|
||||
switchFullscreen
|
||||
|
||||
+1
-1
@@ -1,7 +1,7 @@
|
||||
<template>
|
||||
<j-modal
|
||||
:title="title"
|
||||
:maskClosable="true"
|
||||
:maskClosable="false"
|
||||
:width="1200"
|
||||
:closable="true"
|
||||
switchFullscreen
|
||||
|
||||
+1
-1
@@ -1,7 +1,7 @@
|
||||
<template>
|
||||
<j-modal
|
||||
:title="title"
|
||||
:maskClosable="true"
|
||||
:maskClosable="false"
|
||||
:width="400"
|
||||
:closable="true"
|
||||
switchFullscreen
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
<template>
|
||||
<j-modal
|
||||
:title="title"
|
||||
:maskClosable="true"
|
||||
:maskClosable="false"
|
||||
:width="500"
|
||||
:closable="true"
|
||||
switchFullscreen
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
<template>
|
||||
<j-modal
|
||||
:title="title"
|
||||
:maskClosable="true"
|
||||
:maskClosable="false"
|
||||
:width="500"
|
||||
:closable="true"
|
||||
switchFullscreen
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
<template>
|
||||
<a-drawer
|
||||
:title="title"
|
||||
:maskClosable="true"
|
||||
:maskClosable="false"
|
||||
:width="drawerWidth"
|
||||
placement="right"
|
||||
:closable="true"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
<template>
|
||||
<a-drawer
|
||||
:title="title"
|
||||
:maskClosable="true"
|
||||
:maskClosable="false"
|
||||
width=650
|
||||
placement="right"
|
||||
:closable="true"
|
||||
|
||||
Reference in New Issue
Block a user