From b7947467e1ce0c4721e2741e05e77c576f6891e6 Mon Sep 17 00:00:00 2001 From: first19326 <870390039@qq.com> Date: Fri, 10 Nov 2023 23:54:42 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E4=BC=98=E5=8C=96=20logo=20=E5=8C=BA?= =?UTF-8?q?=E5=9F=9F=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Message.vue | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/components/Message.vue b/src/components/Message.vue index 228758d..b130630 100644 --- a/src/components/Message.vue +++ b/src/components/Message.vue @@ -92,12 +92,13 @@ watch( flex-direction: row; align-items: center; animation: fade 0.5s; + max-width: 460px; .logo-img { border-radius: 50%; width: 120px; } .name { - width: calc(460px - 120px); + width: 100%; padding-left: 22px; transform: translateY(-8px); font-family: "Pacifico-Regular"; @@ -125,6 +126,10 @@ watch( } } } + + @media (max-width: 720px) { + max-width: 100%; + } } .description {