style: 排查抽屉遮罩层
This commit is contained in:
parent
3e2dd15f82
commit
88786bec3e
|
@ -1,7 +1,6 @@
|
|||
<template>
|
||||
<MsDrawer
|
||||
v-model:visible="showSettingVisible"
|
||||
:mask="false"
|
||||
:title="t('caseManagement.featureCase.detailDisplaySetting')"
|
||||
:width="480"
|
||||
unmount-on-close
|
||||
|
|
|
@ -77,7 +77,7 @@
|
|||
bugTotal: number; // 平台缺陷总数决定是否新建还是关联
|
||||
loadParams?: Record<string, any>;
|
||||
loadBugListApi: (params: TableQueryParams) => Promise<CommonList<Record<string, any>>>; // 获取列表请求函数
|
||||
canEdit: boolean;
|
||||
canEdit?: boolean;
|
||||
}>(),
|
||||
{
|
||||
canEdit: true,
|
||||
|
|
|
@ -3,7 +3,6 @@
|
|||
:width="891"
|
||||
:visible="visible"
|
||||
unmount-on-close
|
||||
:mask="false"
|
||||
destroy-on-close
|
||||
@confirm="handleAddOrUpdate"
|
||||
@cancel="handleCancel"
|
||||
|
|
|
@ -60,7 +60,6 @@
|
|||
unmount-on-close
|
||||
:footer="currentItem.scopeId !== 'global'"
|
||||
:title="currentItem.name"
|
||||
:mask="false"
|
||||
@cancel="authVisible = false"
|
||||
>
|
||||
<AuthTable
|
||||
|
|
Loading…
Reference in New Issue