From 2d7b998c86682a89c1ffe852e4cfe41963d414b0 Mon Sep 17 00:00:00 2001 From: ihzero Date: Tue, 22 Aug 2023 10:45:58 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/assets/css/github-markdown.scss | 2 +- src/views/business/macroeconomics/index.vue | 1 + src/views/chat/components/ai-assistant.vue | 2 +- src/views/chat/components/message.vue | 4 ++-- src/views/chat/components/style.scss | 3 ++- src/views/chat/index.vue | 3 +++ 6 files changed, 10 insertions(+), 5 deletions(-) diff --git a/src/assets/css/github-markdown.scss b/src/assets/css/github-markdown.scss index c928577..79b07e1 100644 --- a/src/assets/css/github-markdown.scss +++ b/src/assets/css/github-markdown.scss @@ -101,7 +101,7 @@ html { color: var(--color-fg-default); background-color: var(--color-canvas-default); font-family: -apple-system,BlinkMacSystemFont,"Segoe UI","Noto Sans",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji"; - font-size: 16px; + font-size: 16Px; line-height: 1.5; word-wrap: break-word; } diff --git a/src/views/business/macroeconomics/index.vue b/src/views/business/macroeconomics/index.vue index a1e557a..c5fd769 100644 --- a/src/views/business/macroeconomics/index.vue +++ b/src/views/business/macroeconomics/index.vue @@ -146,6 +146,7 @@ onMounted(() => { height: 60px; border: 1px solid white; border-radius: 50%; + z-index: 99; &::after{ font-size: 30px; color: white; diff --git a/src/views/chat/components/ai-assistant.vue b/src/views/chat/components/ai-assistant.vue index 6930b88..6bcbd61 100644 --- a/src/views/chat/components/ai-assistant.vue +++ b/src/views/chat/components/ai-assistant.vue @@ -39,7 +39,7 @@
-
+
diff --git a/src/views/chat/components/message.vue b/src/views/chat/components/message.vue index 6f8ef17..918d4f1 100644 --- a/src/views/chat/components/message.vue +++ b/src/views/chat/components/message.vue @@ -1,7 +1,7 @@