style: 修改文本框及测试跟踪用例步骤样式

This commit is contained in:
BugKing 2021-04-02 14:52:42 +08:00
parent 5c3f79d6ed
commit 2c5ccaef5d
3 changed files with 12 additions and 0 deletions

View File

@ -714,6 +714,10 @@ export default {
color: #060505;
}
.border-hidden >>> *[disabled] {
opacity: 0.7;
}
.cast_label {
color: dimgray;
}

View File

@ -555,4 +555,8 @@ export default {
background-color: white;
color: #060505;
}
.tb-edit >>> *[disabled] {
opacity: 0.7;
}
</style>

View File

@ -28,6 +28,10 @@ html,body {
height:100%
}
textarea {
font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", Arial, sans-serif;
}
.main-content span.title {
font-size: 16px;
font-weight: 500;