fix:用例步骤颜色加深

This commit is contained in:
wenyann 2021-03-31 15:08:41 +08:00
parent 5dd39b60e5
commit ace4c51f0c
2 changed files with 8 additions and 1 deletions

View File

@ -711,7 +711,7 @@ export default {
.border-hidden >>> .el-textarea__inner {
border-style: hidden;
background-color: white;
color: #606266;
color: #060505;
}
.cast_label {
@ -785,4 +785,5 @@ p {
height: 550px;
overflow: auto;
}
</style>

View File

@ -549,4 +549,10 @@ export default {
.comment-card >>> .el-card__body {
height: calc(100vh - 120px);
}
.tb-edit >>> .el-textarea__inner {
border-style: hidden;
background-color: white;
color: #060505;
}
</style>