运行图设计样式调整

This commit is contained in:
joylink_cuiweidong 2019-11-15 15:45:40 +08:00
parent 62599dd838
commit a6797dbe85
2 changed files with 4 additions and 1 deletions

View File

@ -533,6 +533,8 @@ export default {
#PlanMenuBar {
width: 100%;
line-height: $height;
position: absolute;
z-index: 2;
}
.nav {

View File

@ -304,7 +304,7 @@ export default {
type: 'line',
data: data
});
this.myChart && this.myChart.setOption(op);
this.myChart && this.myChart.setOption(op, true);
}
this.$store.dispatch('runPlan/setSelected', { serviceNumber: serviceNumber, tripNumber: tripNumber });
@ -600,6 +600,7 @@ export default {
width: 100%;
height: calc(100% - 45px);
position: relative;
margin-top: 45px;
.left {
height: 100%;