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