|
@@ -98,9 +98,14 @@ background-color: #757070;
|
|
|
border-radius: 5px;
|
|
|
box-sizing: border-box;
|
|
|
}
|
|
|
- .text_color,.liitem .formLabelWidth8{
|
|
|
+ .text_color,.liitem .formLabelWidth8,.formLabelWidth15{
|
|
|
color: #d5d5d5;
|
|
|
}
|
|
|
.el-tabs--card>.el-tabs__header .el-tabs__item.is-active{
|
|
|
color: #fff;
|
|
|
+ }
|
|
|
+ .el-textarea__inner{
|
|
|
+ background-color:#6d6d6d;
|
|
|
+ border: none;
|
|
|
+ color: #d5d5d5;
|
|
|
}
|