|
@@ -82,129 +82,129 @@
|
|
|
// 任务状态控制
|
|
|
|
|
|
.status_color { // 迭代状态样式修改(颜色)
|
|
|
- /deep/ input {
|
|
|
+ input {
|
|
|
color: #6AB4FF !important;
|
|
|
border: 1px solid #6AB4FF !important;
|
|
|
border-color: #6AB4FF !important;
|
|
|
font-weight: 900 !important;
|
|
|
}
|
|
|
- /deep/ .el-input__suffix {
|
|
|
+ .el-input__suffix {
|
|
|
color: #6AB4FF !important;
|
|
|
right: 1px !important;
|
|
|
}
|
|
|
- /deep/ .el-select__caret {
|
|
|
+ .el-select__caret {
|
|
|
color: #6AB4FF !important;
|
|
|
}
|
|
|
}
|
|
|
|
|
|
.status_color1 { // 迭代状态样式修改(颜色)
|
|
|
- /deep/ input {
|
|
|
+ input {
|
|
|
color: #FF8952 !important;
|
|
|
border: 1px solid #FF8952 !important;
|
|
|
border-color: #FF8952 !important;
|
|
|
font-weight: 900 !important;
|
|
|
}
|
|
|
- /deep/ .el-input__suffix {
|
|
|
+ .el-input__suffix {
|
|
|
color: #FF8952 !important;
|
|
|
right: 1px !important;
|
|
|
}
|
|
|
- /deep/ .el-select__caret {
|
|
|
+ .el-select__caret {
|
|
|
color: #FF8952 !important;
|
|
|
}
|
|
|
}
|
|
|
|
|
|
.status_color2 { // 迭代状态样式修改(颜色)
|
|
|
- /deep/ input {
|
|
|
+ input {
|
|
|
color: #7ED321 !important;
|
|
|
border: 1px solid #7ED321 !important;
|
|
|
border-color: #7ED321 !important;
|
|
|
font-weight: 900 !important;
|
|
|
}
|
|
|
- /deep/ .el-input__suffix {
|
|
|
+ .el-input__suffix {
|
|
|
color: #7ED321 !important;
|
|
|
right: 1px !important;
|
|
|
}
|
|
|
- /deep/ .el-select__caret {
|
|
|
+ .el-select__caret {
|
|
|
color: #7ED321 !important;
|
|
|
}
|
|
|
}
|
|
|
|
|
|
.status_color3 { // 迭代状态样式修改(颜色)
|
|
|
- /deep/ input {
|
|
|
+ input {
|
|
|
color: #D675F0 !important;
|
|
|
border: 1px solid #D675F0 !important;
|
|
|
border-color: #D675F0 !important;
|
|
|
font-weight: 900 !important;
|
|
|
}
|
|
|
- /deep/ .el-input__suffix {
|
|
|
+ .el-input__suffix {
|
|
|
color: #D675F0 !important;
|
|
|
right: 1px !important;
|
|
|
}
|
|
|
- /deep/ .el-select__caret {
|
|
|
+ .el-select__caret {
|
|
|
color: #D675F0 !important;
|
|
|
}
|
|
|
}
|
|
|
|
|
|
.status_color4 { // 迭代状态样式修改(颜色)
|
|
|
- /deep/ input {
|
|
|
+ input {
|
|
|
color: #13C2C2;
|
|
|
border: 1px solid #13C2C2;
|
|
|
border-color: #13C2C2 !important;
|
|
|
font-weight: 900;
|
|
|
}
|
|
|
- /deep/ .el-input__suffix {
|
|
|
+ .el-input__suffix {
|
|
|
color: #13C2C2 !important;
|
|
|
right: 1px;
|
|
|
}
|
|
|
- /deep/ .el-select__caret {
|
|
|
+ .el-select__caret {
|
|
|
color: #13C2C2 !important;
|
|
|
}
|
|
|
}
|
|
|
|
|
|
.status_color5 { // 迭代状态样式修改(颜色)
|
|
|
- /deep/ input {
|
|
|
+ input {
|
|
|
color: rgb(255, 204, 102) !important;
|
|
|
border: 1px solid rgb(163, 140, 94) !important;
|
|
|
border-color: rgb(255, 204, 102) !important;
|
|
|
font-weight: 900 !important;
|
|
|
}
|
|
|
- /deep/ .el-input__suffix {
|
|
|
+ .el-input__suffix {
|
|
|
color: rgb(255, 204, 102) !important;
|
|
|
right: 1px !important;
|
|
|
}
|
|
|
- /deep/ .el-select__caret {
|
|
|
+ .el-select__caret {
|
|
|
color: rgb(255, 204, 102) !important;
|
|
|
}
|
|
|
}
|
|
|
|
|
|
.status_color6 { // 迭代状态样式修改(颜色)
|
|
|
- /deep/ input {
|
|
|
+ input {
|
|
|
color: #2F54EB !important;
|
|
|
border: 1px solid #2F54EB !important;
|
|
|
border-color: #2F54EB !important;
|
|
|
font-weight: 900 !important;
|
|
|
}
|
|
|
- /deep/ .el-input__suffix {
|
|
|
+ .el-input__suffix {
|
|
|
color: #2F54EB !important;
|
|
|
right: 1px !important;
|
|
|
}
|
|
|
- /deep/ .el-select__caret {
|
|
|
+ .el-select__caret {
|
|
|
color: #2F54EB !important;
|
|
|
}
|
|
|
}
|
|
|
|
|
|
.status_color7 { // 迭代状态样式修改(颜色)
|
|
|
- /deep/ input {
|
|
|
+ input {
|
|
|
color: #F56C6C !important;
|
|
|
border: 1px solid #F56C6C !important;
|
|
|
border-color: #F56C6C !important;
|
|
|
font-weight: 900 !important;
|
|
|
}
|
|
|
- /deep/ .el-input__suffix {
|
|
|
+ .el-input__suffix {
|
|
|
color: #F56C6C !important;
|
|
|
right: 1px !important;
|
|
|
}
|
|
|
- /deep/ .el-select__caret {
|
|
|
+ .el-select__caret {
|
|
|
color: #F56C6C !important;
|
|
|
}
|
|
|
}
|