|
@@ -3656,7 +3656,7 @@ export default {
|
|
|
this.isStepDisplay = bool
|
|
|
},
|
|
|
scrollChange() {
|
|
|
- this.rightBoxHeight = $(".rightBox")[0].scrollHeight;
|
|
|
+ this.rightBoxHeight = $(".rightBox")[0].scrollHeight - 80;
|
|
|
},
|
|
|
handleCheckAllChange(val) {
|
|
|
this.checkedCities = val ? cityOptions : [];
|
|
@@ -10958,7 +10958,7 @@ ol {
|
|
|
}
|
|
|
|
|
|
.navTask .nt_taskBox {
|
|
|
- width: calc(100% - 40px);
|
|
|
+ width: calc(100% - 55px);
|
|
|
padding: 0 10px 0 20px;
|
|
|
box-sizing: border-box;
|
|
|
display: flex;
|