From 232e6c9e16feab13f55749dd92d0a20442a66fd3 Mon Sep 17 00:00:00 2001 From: guoyuqi Date: Mon, 25 Apr 2022 11:14:26 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E6=B5=8B=E8=AF=95=E8=B7=9F=E8=B8=AA):=20?= =?UTF-8?q?=E6=B5=8B=E8=AF=95=E7=94=A8=E4=BE=8B-=E5=85=B3=E8=81=94?= =?UTF-8?q?=E7=BC=BA=E9=99=B7-=E6=B7=BB=E5=8A=A0=E7=BC=BA=E9=99=B7?= =?UTF-8?q?=EF=BC=8C=E5=85=B3=E9=97=AD=E6=8C=89=E9=92=AE=E6=97=A0=E6=B3=95?= =?UTF-8?q?=E7=82=B9=E5=87=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --bug=1012667 --user=郭雨琦 【测试跟踪】测试用例-关联缺陷-添加缺陷,关闭按钮无法点击 https://www.tapd.cn/55049933/bugtrace/bugs/view/1155049933001012667 --- .../business/components/track/case/components/TestCaseEdit.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/business/components/track/case/components/TestCaseEdit.vue b/frontend/src/business/components/track/case/components/TestCaseEdit.vue index 6c9fec1181..0d1ced5b81 100644 --- a/frontend/src/business/components/track/case/components/TestCaseEdit.vue +++ b/frontend/src/business/components/track/case/components/TestCaseEdit.vue @@ -1095,7 +1095,7 @@ export default { .ms-opt-btn { position: fixed; right: 50px; - z-index: 9999!important; + z-index: 10; } .ms-case-input {