运行图设计样式调整
This commit is contained in:
parent
62599dd838
commit
a6797dbe85
@ -533,6 +533,8 @@ export default {
|
||||
#PlanMenuBar {
|
||||
width: 100%;
|
||||
line-height: $height;
|
||||
position: absolute;
|
||||
z-index: 2;
|
||||
}
|
||||
|
||||
.nav {
|
||||
|
@ -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%;
|
||||
|
Loading…
Reference in New Issue
Block a user