|
@@ -46,10 +46,10 @@ $fListTitle:#2bacf7;
|
|
|
$barBgc: rgba($color: #051520, $alpha: .9);
|
|
|
$barShadow: rgba($color: #078ad1, $alpha: .8) 0px 0px 18px inset;
|
|
|
$barBorder: solid rgba($color: #33467f, $alpha: .7);
|
|
|
-$tableBorder: solid rgba($color: #288686, $alpha: .7);
|
|
|
+$tableBorder: solid rgba($color: #33467f, $alpha: .7);
|
|
|
$countBorder: solid rgba($color: #00aeff, $alpha: .9);
|
|
|
$searchBorder: solid rgba($color: #33467f, $alpha: 1);
|
|
|
-$searchBG:#191e2d;
|
|
|
+$searchBG:#101527;
|
|
|
|
|
|
//icon
|
|
|
$iconBg:#f5ad1b,#58b35d,#0FA2FF,#da8ec5,#78bfc2,#a28e52,#ff6063,#96bd5b,#f5ad1b,#da8ec5,#5f89ce,#78bfc2,#bec278,#f07779;
|
|
@@ -300,6 +300,9 @@ div::-webkit-scrollbar {
|
|
|
.h-51{
|
|
|
height: 51vh;
|
|
|
}
|
|
|
+.h-55{
|
|
|
+ height: 55vh;
|
|
|
+}
|
|
|
.h-60{
|
|
|
height: 59vh;
|
|
|
}
|
|
@@ -1164,7 +1167,7 @@ div::-webkit-scrollbar {
|
|
|
}
|
|
|
.el-table--border, .el-table--border::after{
|
|
|
border: 1px $tableBorder;
|
|
|
- background-color:#071927
|
|
|
+ background-color:$searchBG
|
|
|
}
|
|
|
.el-table--border{
|
|
|
.el-table--group{
|
|
@@ -1176,15 +1179,15 @@ div::-webkit-scrollbar {
|
|
|
|
|
|
}
|
|
|
.el-table::before {
|
|
|
- background: #071927;
|
|
|
+ background: $searchBG;
|
|
|
}
|
|
|
.el-table {
|
|
|
- background: #071927;
|
|
|
+ background: $searchBG;
|
|
|
color:$inBlue;
|
|
|
thead{
|
|
|
}
|
|
|
tr{
|
|
|
- background:#071927 ;
|
|
|
+ background:$searchBG ;
|
|
|
}
|
|
|
td{
|
|
|
text-align: center;
|
|
@@ -1198,7 +1201,7 @@ div::-webkit-scrollbar {
|
|
|
thead.is-group{
|
|
|
.el-table__cell{
|
|
|
text-align: center;
|
|
|
- background: #071927;
|
|
|
+ background: $searchBG;
|
|
|
border-bottom: 1px $tableBorder;
|
|
|
border-right:1px $tableBorder;
|
|
|
padding: 0;
|
|
@@ -1867,7 +1870,7 @@ div::-webkit-scrollbar {
|
|
|
padding-left: 1rem;
|
|
|
}
|
|
|
.el-input__inner{
|
|
|
- background: #071927;
|
|
|
+ background: $searchBG;
|
|
|
border: 1px solid #2a3a60;
|
|
|
color: #1fb0b0;
|
|
|
}
|