@@ -1002,8 +1002,8 @@ export default {
mounted() {
// this.funGetStation();
- // this.handleReportOp();
- this.renderReportPage(jsonData.data);
+ this.handleReportOp();
+ // this.renderReportPage(jsonData.data);
},
methods: {
@@ -590,7 +590,7 @@ export default {
.homeRight {
width: 25%;
- height: 100%;
+ height: calc(100% + 3px);
position: relative;
.rightplan {