fix(测试跟踪): 首页文本描述
--bug=1024598 --user=宋昌昌 【测试跟踪】首页-关联用例数量统计和用例责任人分布统计的数量不一致 https://www.tapd.cn/55049933/s/1352433
This commit is contained in:
parent
5391cc50bb
commit
8f222dfcb3
|
@ -421,7 +421,7 @@ export default {
|
|||
review_rate: "评审率",
|
||||
coverage: "覆盖率",
|
||||
function_case_count: "功能用例数",
|
||||
relevance_case_count: "关联用例数",
|
||||
relevance_case_count: "有关联用例的功能用例数",
|
||||
serial_number: "序号",
|
||||
test_plan_name: "测试计划名称",
|
||||
case_size: "用例数",
|
||||
|
|
|
@ -420,7 +420,7 @@ export default {
|
|||
review_rate: "評審率",
|
||||
coverage: "覆蓋率",
|
||||
function_case_count: "功能用例數",
|
||||
relevance_case_count: "關聯用例數",
|
||||
relevance_case_count: "有關聯用例的功能用例數",
|
||||
serial_number: "序號",
|
||||
test_plan_name: "測試計劃名稱",
|
||||
case_size: "用例數",
|
||||
|
|
|
@ -174,14 +174,26 @@ export default {
|
|||
color: #bbbfc4;
|
||||
}
|
||||
|
||||
.edit {
|
||||
.edit:hover .icon{
|
||||
color: #783887;
|
||||
}
|
||||
|
||||
.remove {
|
||||
.edit:hover .label{
|
||||
color: #783887;
|
||||
}
|
||||
|
||||
.remove:hover .icon{
|
||||
color: #783887;
|
||||
}
|
||||
|
||||
.remove:hover .label{
|
||||
color: #783887;
|
||||
}
|
||||
|
||||
.opt-row {
|
||||
margin-left: 21.33px;
|
||||
display: flex;
|
||||
cursor: pointer;
|
||||
.icon {
|
||||
color: #646a73;
|
||||
width: 13.53px;
|
||||
|
|
Loading…
Reference in New Issue