|
@@ -1076,7 +1076,8 @@ export default {
|
|
|
height: 100%;
|
|
|
.echartsWid {
|
|
|
width: calc(50% - 10px);
|
|
|
- background: rgba(0, 0, 0, 0.45);
|
|
|
+ // background: rgba(0, 0, 0, 0.45);
|
|
|
+ background: #142446 !important;
|
|
|
position: relative;
|
|
|
height: 100%;
|
|
|
// border-bottom: 1px solid rgba(153, 153, 153, 0.5);
|
|
@@ -1097,7 +1098,8 @@ export default {
|
|
|
font-family: Microsoft YaHei;
|
|
|
font-weight: 400;
|
|
|
color: #ffffff;
|
|
|
- background: rgba(22, 31, 30, 1);
|
|
|
+ // background: rgba(22, 31, 30, 1);
|
|
|
+ background: #142446 !important;
|
|
|
}
|
|
|
|
|
|
p {
|
|
@@ -1141,4 +1143,10 @@ export default {
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
+
|
|
|
+</style>
|
|
|
+<style lang="less" scoped>
|
|
|
+::v-deep .el-table__body-wrapper {
|
|
|
+ background: #142446 !important;
|
|
|
+}
|
|
|
</style>
|