|
@@ -161,9 +161,9 @@ aside {
|
|
|
.el-form-item__label {
|
|
|
width: 21px;
|
|
|
font-size: 16px;
|
|
|
- font-weight: 500;
|
|
|
+ font-weight:450;
|
|
|
color: rgba(102, 102, 102, 1);
|
|
|
- color: #999999;
|
|
|
+ color: #040000;
|
|
|
line-height: 16px;
|
|
|
height: 32px;
|
|
|
display: flex;
|
|
@@ -171,7 +171,7 @@ aside {
|
|
|
justify-content: flex-end;
|
|
|
}
|
|
|
.el-input__inner {
|
|
|
- color: #333333 !important;
|
|
|
+ color: #040000 !important;
|
|
|
}
|
|
|
}
|
|
|
|