lsc 1 year ago
parent
commit
764bdbc741
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/components/pages/addCourse.vue

+ 1 - 1
src/components/pages/addCourse.vue

@@ -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 : [];