From f808b3b042b6bbdb30f11a001fdda02dddca128e Mon Sep 17 00:00:00 2001 From: daihh Date: Mon, 17 Oct 2022 22:02:25 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4=E9=AB=98=E5=BA=A6=E6=8E=A7?= =?UTF-8?q?=E5=88=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Course/myNote.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/components/Course/myNote.vue b/src/components/Course/myNote.vue index d4b066ed..47374eee 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:168, + inputHeight:138, courseId:'', inAnimation: false, btnPlayTime:false,//是否显示添加视频时间 @@ -157,8 +157,8 @@ export default { watch: { //内容的高度 height(val){ - this.inputHeight=(val-182); - //console.log(this.inputHeight,'this.inputHeight'); + this.inputHeight=(val-215); + console.log(this.inputHeight,'this.inputHeight'); if(this.inputHeight>500){ this.inputHeight=500; }