From cf7e4254aa9bd8573c8c5b1dd4257362dc6143be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BA=8E=E8=82=96=E7=A3=8A?= <18851179580@163.com> Date: Wed, 3 Dec 2025 18:40:53 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E8=BE=93=E5=85=A5=E6=A1=86?= =?UTF-8?q?=E9=80=BB=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../pull/components/live-content/live-content.vue | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/pages/plugins/live/pull/components/live-content/live-content.vue b/pages/plugins/live/pull/components/live-content/live-content.vue index e905ca9b..9a0d8b3c 100644 --- a/pages/plugins/live/pull/components/live-content/live-content.vue +++ b/pages/plugins/live/pull/components/live-content/live-content.vue @@ -117,7 +117,7 @@ - + @@ -135,7 +135,7 @@ - + @@ -747,17 +747,16 @@ .keyboard-input { position: fixed; left: 0; - width: 100%; z-index: 99; background: #fff; padding: 20rpx 16rpx; box-sizing: border-box; +} - .input { - padding: 16rpx 22rpx; - border: 1px solid #ddd; - border-radius: 50rpx; - } +.keyboard-input-input { + padding: 16rpx 22rpx; + border: 2rpx solid #ddd; + border-radius: 50rpx; } .bulletin-tips {