From 900f2aa52210ed477204597572d4bc58ab1a96c0 Mon Sep 17 00:00:00 2001 From: tianyongbao Date: Sat, 27 Dec 2025 17:13:46 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=86=85=E5=AE=B9=E6=A0=B7=E5=BC=8F?= =?UTF-8?q?=E8=B0=83=E6=95=B4=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/work/heartJourney/addEdit.vue | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/pages/work/heartJourney/addEdit.vue b/src/pages/work/heartJourney/addEdit.vue index adddc03..cb3bb02 100644 --- a/src/pages/work/heartJourney/addEdit.vue +++ b/src/pages/work/heartJourney/addEdit.vue @@ -37,7 +37,6 @@ U - @@ -400,10 +399,12 @@ onLoad((option) => { } .editor-container { + width: 100%; border: 2rpx solid #e8edf3; border-radius: 12rpx; overflow: hidden; background: #ffffff; + box-sizing: border-box; .editor-toolbar { display: flex; @@ -459,11 +460,13 @@ onLoad((option) => { } .editor-content { - min-height: 400rpx; + width: 100%; + min-height: 500rpx; padding: 20rpx; font-size: 28rpx; line-height: 1.6; background: #ffffff; + box-sizing: border-box; } .editor-counter {