refactor(测试跟踪): 测试计划和用例评审时用例标题增加超链接展示

--story=1006995 --user=李玉号 【测试跟踪】测试计划和用例评审时用例标题增加超链接展示
https://www.tapd.cn/55049933/s/1132413
This commit is contained in:
shiziyuan9527 2022-04-11 15:14:15 +08:00 committed by shiziyuan9527
parent fd4a2b4e20
commit 8b09d4fb83
2 changed files with 6 additions and 0 deletions

View File

@ -604,6 +604,7 @@ p {
.test-case-name {
padding: 0;
text-decoration: underline solid #783887;
}
/deep/ .el-drawer__body {

View File

@ -581,6 +581,11 @@ export default {
color: #060505;
}
.test-case-name {
padding: 0;
text-decoration: underline solid #783887;
}
.step-info {
padding-left: 40px;
padding-right: 15px;