- 线路标题
+ {{lineName}}
{{lineDate}}
@@ -47,9 +47,10 @@
props: ['lineItem'],
data() {
return {
+ lineName: sessionStorage.getItem('lineName'),
lineDate: sessionStorage.getItem('lineDate'),
list: [],
- spotIds: []
+ spotIds: [],
}
},
mounted() {
@@ -67,6 +68,10 @@
}
},
methods: {
+ upData() {
+ this.lineName = sessionStorage.getItem('lineName')
+ this.lineDate = sessionStorage.getItem('lineDate')
+ },
addLine() {
this.$parent.$parent.addlineRoute(1)
},
@@ -136,8 +141,7 @@
max-height: 60vh;
overflow-x: hidden;
overflow-y: auto;
- padding: 40px 27px 180px 27px;
- overflow-y: auto;
+ padding: 40px 27px 0px;
}
.top {
@@ -157,6 +161,7 @@
.center {
height: 650px;
margin-top: 50px;
+ overflow-y: auto;
.center-items {
position: relative;
@@ -264,13 +269,13 @@
}
.btns {
- width: 750px;
+ width: 710px;
height: 173px;
background: #FFFFFF;
- box-shadow: 0px 0px 20px 0px rgba(142,142,142,0.3);
- padding: 0 20px;
- position: absolute;
- left: 0;
+ // box-shadow: 0px 0px 20px 0px rgba(142,142,142,0.3);
+ // padding: 0 20px;
+ // position: absolute;
+ // left: 0;
div {
width: 233px;