fix(用例管理): 导入错误详情样式
--bug=1035536 --user=王旭 【用例管理】导入用例查看错误详情-查看更多,窗口显示title不正确并且没有标明数量,且标签不正确鼠标悬浮显示可点击的样式 https://www.tapd.cn/55049933/s/1504463
This commit is contained in:
parent
7448e8e19b
commit
6897d7d4ae
|
@ -28,7 +28,7 @@
|
|||
padding: '0px',
|
||||
}"
|
||||
>
|
||||
<span v-if="validateResultInfo.failCount" class="font-medium text-[rgb(var(--primary-5))]">{{
|
||||
<span v-if="validateResultInfo.failCount" class="spanBtn font-medium text-[rgb(var(--primary-5))]">{{
|
||||
t('caseManagement.featureCase.viewErrorDetail')
|
||||
}}</span>
|
||||
<template #title>
|
||||
|
@ -228,6 +228,10 @@
|
|||
color: rgb(var(--primary-5));
|
||||
box-shadow: 0 -1px 4px rgba(31 35 41/10%);
|
||||
@apply mt-2 flex items-center justify-center;
|
||||
cursor: pointer;
|
||||
}
|
||||
.spanBtn {
|
||||
cursor: pointer;
|
||||
}
|
||||
:deep(.arco-popover-popup-content) {
|
||||
padding: 0;
|
||||
|
|
Loading…
Reference in New Issue