From 87f4c4151510741b805aa8c7d745e268af317162 Mon Sep 17 00:00:00 2001 From: wangyetao <2898314561@qq.com> Date: Fri, 24 Oct 2025 11:23:05 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E5=8D=A1=E7=89=87=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/deepMate/deepMate.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pages/deepMate/deepMate.vue b/pages/deepMate/deepMate.vue index 79e9011..37677f6 100644 --- a/pages/deepMate/deepMate.vue +++ b/pages/deepMate/deepMate.vue @@ -531,6 +531,7 @@ const scrollToTop = () => { display: flex; align-items: center; justify-content: space-between; + margin-left: 40rpx; } .logo { @@ -731,7 +732,7 @@ const scrollToTop = () => { .input-area { position: fixed; - bottom: 0; + bottom: 70rpx; left: 0; right: 0; padding: 0 40rpx 80rpx 40rpx;