refactor(测试跟踪): 测试计划和用例评审时用例标题增加超链接展示
--story=1006995 --user=李玉号 【测试跟踪】测试计划和用例评审时用例标题增加超链接展示 https://www.tapd.cn/55049933/s/1132413
This commit is contained in:
parent
fd4a2b4e20
commit
8b09d4fb83
|
@ -604,6 +604,7 @@ p {
|
|||
|
||||
.test-case-name {
|
||||
padding: 0;
|
||||
text-decoration: underline solid #783887;
|
||||
}
|
||||
|
||||
/deep/ .el-drawer__body {
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue