|
@@ -59,7 +59,7 @@ body,
|
|
|
background-color: rgb(29,106,235) !important;
|
|
|
}
|
|
|
.el-tabs__item.is-active{
|
|
|
- background-color: black !important;
|
|
|
+ background-color: rgb(36,36,36) !important;
|
|
|
border-color: black !important;
|
|
|
}
|
|
|
|
|
@@ -76,12 +76,12 @@ body,
|
|
|
|
|
|
/* .el-table td,.el-table th {
|
|
|
border-bottom:2px solid rgb(36,36,36);
|
|
|
- } */
|
|
|
+ }
|
|
|
|
|
|
.el-table--border th,.el-table--border th.gutter:last-of-type {
|
|
|
border-bottom:1px solid yellow;
|
|
|
|
|
|
- }
|
|
|
+ }*/
|
|
|
|
|
|
.el-table--border td,.el-table--border th {
|
|
|
border-right:1px solid rgb(36,36,36);
|