lsc %!s(int64=2) %!d(string=hai) anos
pai
achega
764bdbc741
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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 : [];