lsc преди 1 година
родител
ревизия
764bdbc741
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      src/components/pages/addCourse.vue

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

@@ -3656,7 +3656,7 @@ export default {
       this.isStepDisplay = bool
       this.isStepDisplay = bool
     },
     },
     scrollChange() {
     scrollChange() {
-      this.rightBoxHeight = $(".rightBox")[0].scrollHeight;
+      this.rightBoxHeight = $(".rightBox")[0].scrollHeight - 80;
     },
     },
     handleCheckAllChange(val) {
     handleCheckAllChange(val) {
       this.checkedCities = val ? cityOptions : [];
       this.checkedCities = val ? cityOptions : [];