From f77fcfcbc29508430174ea4a47d0c4d9ecfc0eb3 Mon Sep 17 00:00:00 2001 From: wujingjing <gersonwu@qq.com> Date: 星期五, 07 三月 2025 16:42:37 +0800 Subject: [PATCH] playbar 修改 --- src/components/chat/components/playBar/PlayBar.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/components/chat/components/playBar/PlayBar.vue b/src/components/chat/components/playBar/PlayBar.vue index ee2192a..c46f023 100644 --- a/src/components/chat/components/playBar/PlayBar.vue +++ b/src/components/chat/components/playBar/PlayBar.vue @@ -70,7 +70,7 @@ type="textarea" resize="none" maxlength="1024" - :autosize="{ minRows: 1, maxRows: 8 }" + :autosize="{ minRows: 3, maxRows: 8 }" v-elInputFocus show-word-limit @keydown="keydownInput" -- Gitblit v1.9.3