From 49ec3b1e2683a7d142aa1efa53aff517147fbdd2 Mon Sep 17 00:00:00 2001 From: lipenghui Date: Tue, 23 Jan 2024 21:54:40 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E4=BF=AE=E6=94=B9=E4=BC=9A=E8=AF=9D?= =?UTF-8?q?=E5=B8=83=E5=B1=80=EF=BC=9B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/AppMessage/index.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/AppMessage/index.vue b/src/components/AppMessage/index.vue index c74ad62..2bc15da 100644 --- a/src/components/AppMessage/index.vue +++ b/src/components/AppMessage/index.vue @@ -17,7 +17,7 @@ const props = defineProps({ }, height: { type: String, - default: '100%', + default: 'calc(100% - 120px)', }, list: { type: Array as PropType, @@ -178,7 +178,7 @@ onMounted(async () => {