fix(项目管理): 项目配置抽屉阴影部分点击无法关闭问题
--bug=1039303 --user=宋昌昌 【缺陷管理】缺陷列表-同步缺陷抽屉-点击左侧空白区域-抽屉未收起 https://www.tapd.cn/55049933/s/1498236 --bug=1039383 --user=宋昌昌 【缺陷管理】项目集成了jira,查看local的缺陷-点 “关注”页面异常 https://www.tapd.cn/55049933/s/1498234
This commit is contained in:
parent
e4c69547c5
commit
0df9a259ad
|
@ -516,6 +516,7 @@
|
|||
? t('caseManagement.featureCase.cancelFollowSuccess')
|
||||
: t('caseManagement.featureCase.followSuccess')
|
||||
);
|
||||
detailInfo.value.followFlag = !detailInfo.value.followFlag;
|
||||
} catch (error) {
|
||||
// eslint-disable-next-line no-console
|
||||
console.log(error);
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
:title="t('project.menu.BUG_SYNC')"
|
||||
:destroy-on-close="true"
|
||||
:closable="true"
|
||||
:mask-closable="false"
|
||||
:mask-closable="true"
|
||||
:get-container="false"
|
||||
:body-style="{ padding: '0px' }"
|
||||
:width="680"
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
:title="t('project.menu.CASE_RELATED')"
|
||||
:destroy-on-close="true"
|
||||
:closable="true"
|
||||
:mask-closable="false"
|
||||
:mask-closable="true"
|
||||
:get-container="false"
|
||||
:body-style="{ padding: '0px' }"
|
||||
:width="680"
|
||||
|
|
Loading…
Reference in New Issue