From 9dda930d1fb6e604e39932726783b1b142ab1b2c Mon Sep 17 00:00:00 2001 From: wangdongbo <949818794@qq.com> Date: Thu, 5 Feb 2026 14:01:01 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A1=B5=E9=9D=A2=E6=A0=B7=E5=BC=8F=E8=B0=83?= =?UTF-8?q?=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/message/chat.scss | 36 +++++++++++-------------- pages/message/components/chat-input.vue | 2 +- 2 files changed, 16 insertions(+), 22 deletions(-) diff --git a/pages/message/chat.scss b/pages/message/chat.scss index a7e418e..9afab37 100644 --- a/pages/message/chat.scss +++ b/pages/message/chat.scss @@ -445,39 +445,33 @@ $primary-color: #0877F1; min-width: 0; } -.text-input { - flex: 1; - padding: 16rpx 24rpx; - background-color: #f3f5fa; - border-radius: 20rpx; - margin: 0; - font-size: 28rpx; - min-height: 56rpx; - max-height: 200rpx; - border: none; - outline: none; - box-sizing: border-box; - line-height: 1.5; - color: #333; - vertical-align: middle; -} - +.text-input, .voice-input-btn { flex: 1; - padding: 16rpx 24rpx; + padding: 16rpx; background-color: #f3f5fa; - border-radius: 20rpx; - margin: 0; + border-radius: 10rpx; font-size: 28rpx; - min-height: 56rpx; + min-height: 80rpx; max-height: 200rpx; border: none; outline: none; box-sizing: border-box; line-height: 1.5; color: #333; + display: flex; + align-items: center; + justify-content: center; } +.text-input { + padding: 20rpx; + display: block; + line-height: 1.5; + height: 80rpx; +} + + .voice-input-btn { height: 56rpx; display: flex; diff --git a/pages/message/components/chat-input.vue b/pages/message/components/chat-input.vue index 6b80d4e..59ee14c 100644 --- a/pages/message/components/chat-input.vue +++ b/pages/message/components/chat-input.vue @@ -8,7 +8,7 @@