[update 全局] 抽屉点击遮罩层不关闭
This commit is contained in:
@@ -6,6 +6,7 @@
|
|||||||
:closable="false"
|
:closable="false"
|
||||||
@close="onClose"
|
@close="onClose"
|
||||||
:visible="visible"
|
:visible="visible"
|
||||||
|
:maskClosable="false"
|
||||||
style="height: 100%;overflow: auto;"
|
style="height: 100%;overflow: auto;"
|
||||||
>
|
>
|
||||||
<div class="setting-drawer-index-content">
|
<div class="setting-drawer-index-content">
|
||||||
|
|||||||
@@ -6,6 +6,7 @@
|
|||||||
@close="handleCancel"
|
@close="handleCancel"
|
||||||
width="1100"
|
width="1100"
|
||||||
destroyOnClose
|
destroyOnClose
|
||||||
|
:maskClosable="false"
|
||||||
class="custom-drawer-style">
|
class="custom-drawer-style">
|
||||||
|
|
||||||
<div class="custom-drawer-style-scroll">
|
<div class="custom-drawer-style-scroll">
|
||||||
|
|||||||
@@ -6,6 +6,7 @@
|
|||||||
@close="handleCancel"
|
@close="handleCancel"
|
||||||
width="900"
|
width="900"
|
||||||
destroyOnClose
|
destroyOnClose
|
||||||
|
:maskClosable="false"
|
||||||
class="custom-drawer-style">
|
class="custom-drawer-style">
|
||||||
|
|
||||||
<div class="custom-drawer-style-scroll">
|
<div class="custom-drawer-style-scroll">
|
||||||
|
|||||||
@@ -5,6 +5,7 @@
|
|||||||
:visible="visible"
|
:visible="visible"
|
||||||
@close="onClose"
|
@close="onClose"
|
||||||
width="1100"
|
width="1100"
|
||||||
|
:maskClosable="false"
|
||||||
class="custom-drawer-style">
|
class="custom-drawer-style">
|
||||||
<div class="custom-drawer-style-scroll">
|
<div class="custom-drawer-style-scroll">
|
||||||
<div class="table-page-search-wrapper">
|
<div class="table-page-search-wrapper">
|
||||||
|
|||||||
@@ -5,6 +5,7 @@
|
|||||||
:visible="visible"
|
:visible="visible"
|
||||||
@close="onClose"
|
@close="onClose"
|
||||||
width="1100"
|
width="1100"
|
||||||
|
:maskClosable="false"
|
||||||
class="custom-drawer-style">
|
class="custom-drawer-style">
|
||||||
<div class="custom-drawer-style-scroll">
|
<div class="custom-drawer-style-scroll">
|
||||||
<div class="table-page-search-wrapper">
|
<div class="table-page-search-wrapper">
|
||||||
|
|||||||
@@ -6,6 +6,7 @@
|
|||||||
width="800"
|
width="800"
|
||||||
@close="onClose"
|
@close="onClose"
|
||||||
:visible="visible"
|
:visible="visible"
|
||||||
|
:maskClosable="false"
|
||||||
>
|
>
|
||||||
<!-- 抽屉内容的border -->
|
<!-- 抽屉内容的border -->
|
||||||
<div
|
<div
|
||||||
|
|||||||
@@ -3,6 +3,7 @@
|
|||||||
title="数据权限规则"
|
title="数据权限规则"
|
||||||
:width="drawerWidth"
|
:width="drawerWidth"
|
||||||
@close="onClose"
|
@close="onClose"
|
||||||
|
:maskClosable="false"
|
||||||
:visible="visible">
|
:visible="visible">
|
||||||
|
|
||||||
<!-- 抽屉内容的border -->
|
<!-- 抽屉内容的border -->
|
||||||
|
|||||||
@@ -4,6 +4,7 @@
|
|||||||
width="365"
|
width="365"
|
||||||
:closable="false"
|
:closable="false"
|
||||||
@close="onClose"
|
@close="onClose"
|
||||||
|
:maskClosable="false"
|
||||||
:visible="visible"
|
:visible="visible"
|
||||||
>
|
>
|
||||||
<a-tabs defaultActiveKey="1">
|
<a-tabs defaultActiveKey="1">
|
||||||
|
|||||||
@@ -4,6 +4,7 @@
|
|||||||
:width="drawerWidth"
|
:width="drawerWidth"
|
||||||
@close="handleCancel"
|
@close="handleCancel"
|
||||||
:visible="visible"
|
:visible="visible"
|
||||||
|
:maskClosable="false"
|
||||||
:confirmLoading="confirmLoading">
|
:confirmLoading="confirmLoading">
|
||||||
|
|
||||||
<div :style="{width: '100%',border: '1px solid #e9e9e9',padding: '10px 16px',background: '#fff',}">
|
<div :style="{width: '100%',border: '1px solid #e9e9e9',padding: '10px 16px',background: '#fff',}">
|
||||||
|
|||||||
@@ -4,6 +4,7 @@
|
|||||||
width="365"
|
width="365"
|
||||||
:closable="false"
|
:closable="false"
|
||||||
@close="onClose"
|
@close="onClose"
|
||||||
|
:maskClosable="false"
|
||||||
:visible="visible"
|
:visible="visible"
|
||||||
>
|
>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user