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> <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

View File

@ -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,

View File

@ -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"

View File

@ -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