|
@@ -192,13 +192,16 @@
|
|
/* table */
|
|
/* table */
|
|
.el-dialog__body *,
|
|
.el-dialog__body *,
|
|
#WholeProcessManagement
|
|
#WholeProcessManagement
|
|
- *:not(.el-pager li, .el-pagination .btn-prev, .StepsMyBox, .StepsMyBox *),
|
|
|
|
|
|
+ *:not(.el-pager li, .el-pagination .btn-prev, .StepsMyBox, .StepsMyBox *,.el-table__row,.el-table__header-wrapper),
|
|
tr,
|
|
tr,
|
|
td,
|
|
td,
|
|
th {
|
|
th {
|
|
background-color: transparent !important;
|
|
background-color: transparent !important;
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+.el-table__row{
|
|
|
|
+ background: #00395c !important;
|
|
|
|
+}
|
|
.el-table__row:hover{
|
|
.el-table__row:hover{
|
|
cursor: pointer !important;
|
|
cursor: pointer !important;
|
|
color: #fff !important;
|
|
color: #fff !important;
|
|
@@ -206,6 +209,9 @@ th {
|
|
background: #FFFFFF32 !important;
|
|
background: #FFFFFF32 !important;
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+.el-table__header-wrapper{
|
|
|
|
+ background: #00000064 !important;
|
|
|
|
+}
|
|
/* .el-table__body-wrapper */
|
|
/* .el-table__body-wrapper */
|
|
.is-scrolling-none.el-table__body {
|
|
.is-scrolling-none.el-table__body {
|
|
background-color: #00000032 !important;
|
|
background-color: #00000032 !important;
|