From a13e4ddd88eac3617ae35f0769a8d36ce8a402c3 Mon Sep 17 00:00:00 2001 From: daihh Date: Mon, 17 Oct 2022 22:11:33 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Course/myNote.vue | 6 +++--- src/views/study/coursenew.vue | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) 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'); }) },