fix(用例管理): 修复功能用例详情页关联缺陷没有遮罩层的问题
--bug=1037255 --user=郭雨琦 https://www.tapd.cn/55049933/bugtrace/bugs/view/1155049933001037255
This commit is contained in:
parent
8fc3fc6283
commit
1e598e6da9
|
@ -1,12 +1,12 @@
|
|||
<template>
|
||||
<MsDrawer
|
||||
v-model:visible="showDrawer"
|
||||
:mask="false"
|
||||
:mask="true"
|
||||
:title="t('caseManagement.featureCase.linkDefect')"
|
||||
:ok-text="t('caseManagement.featureCase.associated')"
|
||||
:ok-disabled="propsRes.selectedKeys.size === 0"
|
||||
:width="1200"
|
||||
:mask-closable="false"
|
||||
:mask-closable="true"
|
||||
unmount-on-close
|
||||
:show-continue="false"
|
||||
:ok-loading="props.drawerLoading"
|
||||
|
|
Loading…
Reference in New Issue