|
@@ -39,6 +39,7 @@
|
|
|
:cell-style="{ padding: '6px' }"
|
|
:cell-style="{ padding: '6px' }"
|
|
|
:row-style="{ height: '4' }"
|
|
:row-style="{ height: '4' }"
|
|
|
stripe
|
|
stripe
|
|
|
|
|
+ custom-class="dayinfoSty"
|
|
|
@selection-change="handleCurrentChange"
|
|
@selection-change="handleCurrentChange"
|
|
|
>
|
|
>
|
|
|
<el-table-column align="center" prop="name" label="场站" width="220">
|
|
<el-table-column align="center" prop="name" label="场站" width="220">
|
|
@@ -297,7 +298,7 @@ export default {
|
|
|
display: flex;
|
|
display: flex;
|
|
|
|
|
|
|
|
.leftSty{
|
|
.leftSty{
|
|
|
- background: #142446 !important;
|
|
|
|
|
|
|
+ // background: #142446 !important;
|
|
|
}
|
|
}
|
|
|
.left {
|
|
.left {
|
|
|
flex: 0 0 50%;
|
|
flex: 0 0 50%;
|
|
@@ -306,7 +307,9 @@ export default {
|
|
|
flex-direction: column;
|
|
flex-direction: column;
|
|
|
|
|
|
|
|
.chart-body {
|
|
.chart-body {
|
|
|
|
|
+ background: #142446 !important;
|
|
|
flex-grow: 1;
|
|
flex-grow: 1;
|
|
|
|
|
+ width: 98%;
|
|
|
display: flex;
|
|
display: flex;
|
|
|
align-items: center;
|
|
align-items: center;
|
|
|
height: 345px;
|
|
height: 345px;
|
|
@@ -342,3 +345,12 @@ export default {
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
</style>
|
|
</style>
|
|
|
|
|
+<style lang="less" scoped>
|
|
|
|
|
+::v-deep .dayinfoSty {
|
|
|
|
|
+ thead{
|
|
|
|
|
+ .el-table__cell{
|
|
|
|
|
+ background: rgba(20, 36, 70, 0.5) !important;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+}
|
|
|
|
|
+</style>
|