From 5ada1aa625f47fa37dd1d84be27f8526280c93a7 Mon Sep 17 00:00:00 2001 From: wangdan-fit2cloud Date: Thu, 23 May 2024 16:38:05 +0800 Subject: [PATCH] =?UTF-8?q?perf:=20=20ios=E6=B5=8F=E8=A7=88=E5=99=A8?= =?UTF-8?q?=E8=BE=93=E5=85=A5=E6=A1=86=E5=8F=98=E5=A4=A7=E9=97=AE=E9=A2=98?= =?UTF-8?q?=E4=BC=98=E5=8C=96(#514)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ui/index.html | 2 +- ui/src/views/chat/pc/index.vue | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/ui/index.html b/ui/index.html index 03f4d28af..4101498d3 100644 --- a/ui/index.html +++ b/ui/index.html @@ -5,7 +5,7 @@ diff --git a/ui/src/views/chat/pc/index.vue b/ui/src/views/chat/pc/index.vue index 26d32b76f..a198398b6 100644 --- a/ui/src/views/chat/pc/index.vue +++ b/ui/src/views/chat/pc/index.vue @@ -380,9 +380,6 @@ onMounted(() => { .chat-pc { &__right { width: 100%; - .right-height { - height: calc(100vh - var(--app-header-height) * 2 - 24px - env(safe-area-inset-bottom)); - } } &__left { display: none;