diff --git a/src/components/Course/myNote.vue b/src/components/Course/myNote.vue index 47374eee..e9bbccfb 100644 --- a/src/components/Course/myNote.vue +++ b/src/components/Course/myNote.vue @@ -14,7 +14,7 @@
@@ -122,7 +122,7 @@ export default { return { inAnimationText:'笔记保存成功,U币+2', isEdit:false, - inputHeight:138, + inputHeight:70, courseId:'', inAnimation: false, btnPlayTime:false,//是否显示添加视频时间 @@ -157,7 +157,7 @@ export default { watch: { //内容的高度 height(val){ - this.inputHeight=(val-215); + this.inputHeight=(val-185); console.log(this.inputHeight,'this.inputHeight'); if(this.inputHeight>500){ this.inputHeight=500; diff --git a/src/views/study/coursenew.vue b/src/views/study/coursenew.vue index afdc3e48..4d024308 100644 --- a/src/views/study/coursenew.vue +++ b/src/views/study/coursenew.vue @@ -605,8 +605,8 @@ ///console.log(h0,h,$this.controlHeight,'$this.controlHeight'); //按高度 //$this.controlHeight=h-99; - $this.controlHeight=h-39; - //console.log($this.controlHeight,'$this.controlHeight'); + $this.controlHeight=h-95; + console.log(h,$this.controlHeight,'$this.controlHeight'); }) },