From 8ded90e60db09487c2d02c1f3709d66617462311 Mon Sep 17 00:00:00 2001 From: LinCyJang Date: Wed, 9 Jul 2025 00:37:14 +0800 Subject: [PATCH] =?UTF-8?q?Fix=EF=BC=9A3952=20=E3=80=90=E5=95=86=E5=9F=8E?= =?UTF-8?q?=E5=B0=8F=E7=A8=8B=E5=BA=8F=E3=80=91=E8=AF=84=E8=AE=BA=E8=BE=93?= =?UTF-8?q?=E5=85=A5=E6=A1=86=E8=B7=9F=E9=9A=8F=E6=96=87=E6=9C=AC=E9=95=BF?= =?UTF-8?q?=E5=BA=A6=E8=87=AA=E9=80=82=E5=BA=94=E5=8F=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pagesInn/inn/innInfoDetail.vue | 2 ++ pkg_common/views/message.vue | 2 ++ 2 files changed, 4 insertions(+) diff --git a/pagesInn/inn/innInfoDetail.vue b/pagesInn/inn/innInfoDetail.vue index a465282..4a9070c 100644 --- a/pagesInn/inn/innInfoDetail.vue +++ b/pagesInn/inn/innInfoDetail.vue @@ -163,6 +163,8 @@ @focus="commentInputFocus" @change="commentInputChange" :prefixIcon="prefixIcon" + :maxlength="500" + :maxheight="200" class="comment-input" :showConfirmBar="false" cursorSpacing="15" diff --git a/pkg_common/views/message.vue b/pkg_common/views/message.vue index d2725a2..f4156db 100644 --- a/pkg_common/views/message.vue +++ b/pkg_common/views/message.vue @@ -61,9 +61,11 @@