Commit b6c654f0 by cherishsince

【优化】调整markdown 样式

parent 60fdbfb8
<template>
<div ref="contentRef" v-html="contentHtml"></div>
<div ref="contentRef" class="markdown-view" v-html="contentHtml"></div>
</template>
<script setup lang="ts">
......@@ -75,7 +75,7 @@ onMounted(async () => {
</script>
<style scoped lang="scss">
<style lang="scss">
.markdown-view {
font-family: PingFang SC;
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