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; }