From 1a5b110030ba2060e9b3996d881dd4c4024619d7 Mon Sep 17 00:00:00 2001 From: dongqian <3475123872@qq.com> Date: Mon, 23 Jun 2025 10:58:55 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4ai=E6=83=85=E7=BB=AA=E5=A4=A7?= =?UTF-8?q?=E6=A8=A1=E5=9E=8B=E7=9A=84=E6=A0=87=E9=A2=98=E5=92=8C=E8=83=8C?= =?UTF-8?q?=E6=99=AF=E5=9B=BE=E9=80=82=E9=85=8D=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/AiEmotion.vue | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/views/AiEmotion.vue b/src/views/AiEmotion.vue index 803f7d0..355e4ce 100644 --- a/src/views/AiEmotion.vue +++ b/src/views/AiEmotion.vue @@ -1539,21 +1539,21 @@ defineExpose({ color: white; font-size: 20px; font-weight: bold; - margin-left: 44%; + margin-left: 45%; } .title3 { color: white; font-size: 20px; font-weight: bold; - margin-left: 43%; + margin-left: 44.6%; } .title4 { color: white; font-size: 20px; font-weight: bold; - margin-left: 41.5%; + margin-left: 44%; } .class09 { @@ -1602,7 +1602,7 @@ defineExpose({ /* 设置容器宽度 */ height: auto; /* 高度根据内容动态变化 */ - min-height: 66rem; + min-height: 69rem; /* 设置最小高度,确保图片显示 */ margin: 0 auto; } @@ -1618,7 +1618,7 @@ defineExpose({ /* 设置容器宽度 */ height: auto; /* 高度根据内容动态变化 */ - min-height: 86rem; + min-height: 90rem; /* 设置最小高度,确保图片显示 */ margin: 0 auto; }