|
@@ -6060,12 +6060,14 @@ const sbzyqdsatusCellClass = ({row, column, rowIndex, columnIndex}) =>{
|
|
|
:deep(.custom-button.el-button--info) {
|
|
:deep(.custom-button.el-button--info) {
|
|
|
background-color: palegreen !important;
|
|
background-color: palegreen !important;
|
|
|
color: #155724;
|
|
color: #155724;
|
|
|
|
|
+ font-size: 20px;
|
|
|
border-color: #c3e6cb;
|
|
border-color: #c3e6cb;
|
|
|
}
|
|
}
|
|
|
/* 已完成 */
|
|
/* 已完成 */
|
|
|
:deep(.custom-button.el-button--danger) {
|
|
:deep(.custom-button.el-button--danger) {
|
|
|
background-color: rgb(236, 135, 135) !important;
|
|
background-color: rgb(236, 135, 135) !important;
|
|
|
color: #721c24;
|
|
color: #721c24;
|
|
|
|
|
+ font-size: 20px;
|
|
|
border-color: #f5c6cb;
|
|
border-color: #f5c6cb;
|
|
|
}
|
|
}
|
|
|
|
|
|