mirror of
https://gitee.com/hhyykk/ipms-sjy-ui.git
synced 2025-08-03 12:44:07 +08:00
【优化】调整markdown 样式
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
|
|
||||||
<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 () => {
|
|||||||
</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;
|
||||||
|
Reference in New Issue
Block a user