From 6e85ce23381400b285c23534fd2ba858d250c65b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=8B=E6=9D=B0?= Date: Fri, 15 Aug 2025 17:59:23 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=89=8B=E6=9C=BA=E7=AB=AF?= =?UTF-8?q?=E6=A0=B7=E5=BC=8F=EF=BC=9B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/AiEmotion.vue | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/views/AiEmotion.vue b/src/views/AiEmotion.vue index 2ac5a05..b882636 100644 --- a/src/views/AiEmotion.vue +++ b/src/views/AiEmotion.vue @@ -4528,16 +4528,16 @@ const emit = defineEmits(["updateMessage", "sendMessage", "ensureAIchat"]); height: auto; } - .main { + /* .main { min-height: 100px; height: auto; box-sizing: border-box; background-color: #02107d; margin-bottom: 10rem; - } + } */ .emotion-decoder-section { - width: 80%; + width: 80vw; height: auto; margin: 0 auto; /* min-height: 38rem; */ @@ -4719,7 +4719,7 @@ const emit = defineEmits(["updateMessage", "sendMessage", "ensureAIchat"]); .bottom-radar-section { background-size: 100% 100%; background-repeat: no-repeat; - width: 80%; + width: 80vw; height: auto; /* min-height: 48rem; */ } @@ -4727,7 +4727,7 @@ const emit = defineEmits(["updateMessage", "sendMessage", "ensureAIchat"]); .energy-converter-section { background-size: 100% 100%; background-repeat: no-repeat; - width: 80%; + width: 80vw; height: auto; margin: 0 auto; min-height: 55vh; @@ -4797,7 +4797,7 @@ const emit = defineEmits(["updateMessage", "sendMessage", "ensureAIchat"]); /* 超小屏幕设备 */ @media only screen and (max-width: 480px) { .main { - width: 100%; + width: 90%; padding: 0.3rem; margin-bottom: 3rem; }