From bd4636da744100eebe6e7dc9e76af310a48e0e9f Mon Sep 17 00:00:00 2001 From: dongqian <3475123872@qq.com> Date: Fri, 13 Jun 2025 09:50:32 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=B7=E5=BC=8F=E6=94=B9=E5=8A=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/AiEmotion.vue | 5 +++-- src/views/components/emotionDecod.vue | 10 ++++++---- src/views/components/emotionalBottomRadar.vue | 1 + src/views/components/marketTemperature.vue | 9 ++++++++- 4 files changed, 18 insertions(+), 7 deletions(-) diff --git a/src/views/AiEmotion.vue b/src/views/AiEmotion.vue index 11792fd..5034b92 100644 --- a/src/views/AiEmotion.vue +++ b/src/views/AiEmotion.vue @@ -520,8 +520,9 @@ onMounted(() => { } .class0502 { - padding-top: 10rem; + padding-top: 5rem; text-align: center; + padding-bottom: 6rem; } .class0701 { @@ -550,7 +551,7 @@ onMounted(() => { } .class0401 { - padding-top: 10rem; + padding-top: 5rem; text-align: center; } diff --git a/src/views/components/emotionDecod.vue b/src/views/components/emotionDecod.vue index 452e402..ac33a8d 100644 --- a/src/views/components/emotionDecod.vue +++ b/src/views/components/emotionDecod.vue @@ -344,11 +344,13 @@ onBeforeUnmount(() => { }); \ No newline at end of file diff --git a/src/views/components/emotionalBottomRadar.vue b/src/views/components/emotionalBottomRadar.vue index 1354c51..c6060e8 100644 --- a/src/views/components/emotionalBottomRadar.vue +++ b/src/views/components/emotionalBottomRadar.vue @@ -556,5 +556,6 @@ onBeforeUnmount(() => { #bottomRadarChart{ width: 100%; height: 1040px; + /* padding-bottom: 3rem; */ } \ No newline at end of file diff --git a/src/views/components/marketTemperature.vue b/src/views/components/marketTemperature.vue index a1783d6..ae7592a 100644 --- a/src/views/components/marketTemperature.vue +++ b/src/views/components/marketTemperature.vue @@ -271,12 +271,19 @@ defineExpose({ initChart }) margin: 0 auto; padding: 20px; max-width: 80vw; + padding-bottom:7rem; } -.border3, +.border3 { + margin-top: 40px; + border-radius: 8px; + padding: 20px; +} .border4 { margin-top: 40px; border-radius: 8px; padding: 20px; + width:80%; + margin-left:8rem; } \ No newline at end of file