style: 排查抽屉遮罩层

This commit is contained in:
teukkk 2024-06-12 14:35:53 +08:00 committed by 刘瑞斌
parent 3e2dd15f82
commit 88786bec3e
4 changed files with 1 additions and 4 deletions

View File

@ -1,7 +1,6 @@
<template>
<MsDrawer
v-model:visible="showSettingVisible"
:mask="false"
:title="t('caseManagement.featureCase.detailDisplaySetting')"
:width="480"
unmount-on-close

View File

@ -77,7 +77,7 @@
bugTotal: number; //
loadParams?: Record<string, any>;
loadBugListApi: (params: TableQueryParams) => Promise<CommonList<Record<string, any>>>; //
canEdit: boolean;
canEdit?: boolean;
}>(),
{
canEdit: true,

View File

@ -3,7 +3,6 @@
:width="891"
:visible="visible"
unmount-on-close
:mask="false"
destroy-on-close
@confirm="handleAddOrUpdate"
@cancel="handleCancel"

View File

@ -60,7 +60,6 @@
unmount-on-close
:footer="currentItem.scopeId !== 'global'"
:title="currentItem.name"
:mask="false"
@cancel="authVisible = false"
>
<AuthTable