Commit b6c654f0 by cherishsince

【优化】调整markdown 样式

parent 60fdbfb8
<template> <template>
<div ref="contentRef" v-html="contentHtml"></div> <div ref="contentRef" class="markdown-view" v-html="contentHtml"></div>
</template> </template>
<script setup lang="ts"> <script setup lang="ts">
...@@ -75,7 +75,7 @@ onMounted(async () => { ...@@ -75,7 +75,7 @@ onMounted(async () => {
</script> </script>
<style scoped lang="scss"> <style lang="scss">
.markdown-view { .markdown-view {
font-family: PingFang SC; font-family: PingFang SC;
font-size: 0.95rem; font-size: 0.95rem;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment