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 @@