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