From 809df7fcffd72b13db86d08f3544830c835d4632 Mon Sep 17 00:00:00 2001 From: dongqian <3475123872@qq.com> Date: Fri, 4 Jul 2025 19:13:06 +0800 Subject: [PATCH] =?UTF-8?q?=E6=83=85=E7=BB=AA=E7=9B=91=E6=8E=A7=E6=A0=87?= =?UTF-8?q?=E9=A2=98=E6=98=AF=E6=92=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/AiEmotion.vue | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/views/AiEmotion.vue b/src/views/AiEmotion.vue index 864a61f..909763c 100644 --- a/src/views/AiEmotion.vue +++ b/src/views/AiEmotion.vue @@ -1531,7 +1531,7 @@ defineExpose({ display: flex; align-items: center; justify-content: center; - gap: 25vw; + gap: 25%; /* flex-direction: column; */ /* gap: 1rem; */ } @@ -1565,6 +1565,7 @@ defineExpose({ background-size: 100% 100%; /* width: 50%; */ width: 30vw; + max-width: 400px; min-width: 200px; min-height: 40px; text-align: center; @@ -1582,6 +1583,7 @@ defineExpose({ background-size: 100% 100%; /* width: 35%; */ width: 30vw; + max-width: 400px; min-width: 200px; min-height: 40px; text-align: center;