From 105c228fe0b94a372084e7c53270b90eee2171fc Mon Sep 17 00:00:00 2001 From: lmx <824295981@qq.com> Date: Sat, 7 Feb 2026 12:52:36 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E9=9F=B3=E8=A7=86=E9=A2=91?= =?UTF-8?q?=E9=80=9A=E8=AF=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/room/incom.vue | 751 ++++++++++++++++++++++++------------------- pages/room/room.nvue | 88 ++++- 2 files changed, 507 insertions(+), 332 deletions(-) diff --git a/pages/room/incom.vue b/pages/room/incom.vue index fc2668c..0c88030 100644 --- a/pages/room/incom.vue +++ b/pages/room/incom.vue @@ -1,379 +1,472 @@ + 100% { + box-shadow: 0 0 0 0 rgba(26, 173, 25, 0); + } + } + + /* 响应式调整 */ + @media (max-height: 600px) { + .incoming-controls { + padding: 40rpx 30rpx 80rpx !important; + } + } + \ No newline at end of file diff --git a/pages/room/room.nvue b/pages/room/room.nvue index c939d28..553ad14 100644 --- a/pages/room/room.nvue +++ b/pages/room/room.nvue @@ -1,5 +1,15 @@