style: 修改文本框及测试跟踪用例步骤样式
This commit is contained in:
parent
5c3f79d6ed
commit
2c5ccaef5d
|
@ -714,6 +714,10 @@ export default {
|
||||||
color: #060505;
|
color: #060505;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.border-hidden >>> *[disabled] {
|
||||||
|
opacity: 0.7;
|
||||||
|
}
|
||||||
|
|
||||||
.cast_label {
|
.cast_label {
|
||||||
color: dimgray;
|
color: dimgray;
|
||||||
}
|
}
|
||||||
|
|
|
@ -555,4 +555,8 @@ export default {
|
||||||
background-color: white;
|
background-color: white;
|
||||||
color: #060505;
|
color: #060505;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.tb-edit >>> *[disabled] {
|
||||||
|
opacity: 0.7;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
|
@ -28,6 +28,10 @@ html,body {
|
||||||
height:100%
|
height:100%
|
||||||
}
|
}
|
||||||
|
|
||||||
|
textarea {
|
||||||
|
font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", Arial, sans-serif;
|
||||||
|
}
|
||||||
|
|
||||||
.main-content span.title {
|
.main-content span.title {
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
|
|
Loading…
Reference in New Issue