|
@@ -846,6 +846,10 @@ div::-webkit-scrollbar {
|
|
|
.el-table--group{
|
|
|
border: 1px $tableBorder;
|
|
|
}
|
|
|
+ .el-table__cell{
|
|
|
+ border-right: 1px $tableBorder; ;
|
|
|
+ }
|
|
|
+
|
|
|
}
|
|
|
.el-table::before {
|
|
|
background: #071927;
|
|
@@ -855,6 +859,12 @@ div::-webkit-scrollbar {
|
|
|
color:$inBlue;
|
|
|
thead{
|
|
|
}
|
|
|
+ tr{
|
|
|
+ background:#071927 ;
|
|
|
+ }
|
|
|
+ td{
|
|
|
+ text-align: center;
|
|
|
+ }
|
|
|
.el-table__header-wrapper{
|
|
|
th{
|
|
|
color:$inBlue;
|
|
@@ -884,6 +894,16 @@ div::-webkit-scrollbar {
|
|
|
.el-table__empty-block{
|
|
|
width: auto!important
|
|
|
}
|
|
|
+ .el-table__body-wrapper{
|
|
|
+ .el-table__body{
|
|
|
+ width: auto!important
|
|
|
+ }
|
|
|
+ }
|
|
|
+ .el-table--enable-row-hover .el-table__body tr:hover>td.el-table__cell{
|
|
|
+ background-color: #0f3655;
|
|
|
+ }
|
|
|
+
|
|
|
+
|
|
|
.icon-con{
|
|
|
display: flex;
|
|
|
margin-bottom: 1rem;
|