From 2ca721416fb482c8aab6a238573fcc42507dd10e Mon Sep 17 00:00:00 2001 From: lmj <3407000732@qq.com> Date: Tue, 22 Nov 2022 17:34:00 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AF=BE=E7=A8=8B=E6=A8=AA=E6=8B=89=E6=9D=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Course/myNote.vue | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/components/Course/myNote.vue b/src/components/Course/myNote.vue index cbb42c77..4bca37ab 100644 --- a/src/components/Course/myNote.vue +++ b/src/components/Course/myNote.vue @@ -161,7 +161,6 @@ export default { //$this.controlHeight=h- this.listHeight=val-95; this.inputHeight=(val-220); - this.inputRows=parseInt(this.inputHeight/30); if(this.inputRows>20){ this.inputRows=20; @@ -492,6 +491,8 @@ export default { .newcote-text { // margin-top: 24px; + word-break: break-all; + word-wrap: break-word; font-size: 14px; color: #333333; height: 100%; @@ -560,15 +561,12 @@ export default { .mynote-tab { width: 180px; margin-top: 17px; - display: flex; - div { font-size: 16px; color: #666666; flex: 1; } - .noteactive span { font-weight: 600; color: #333333;