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
     },
     scrollChange() {
-      this.rightBoxHeight = $(".rightBox")[0].scrollHeight;
+      this.rightBoxHeight = $(".rightBox")[0].scrollHeight - 80;
     },
     handleCheckAllChange(val) {
       this.checkedCities = val ? cityOptions : [];