fix: 修复代码块样式问题
This commit is contained in:
@@ -1,6 +1,4 @@
|
|||||||
<style scoped lang="scss">
|
<style scoped lang="scss">
|
||||||
@import '@/assets/atom-one-dark.css';
|
|
||||||
@import '@/assets/github-markdown.css';
|
|
||||||
|
|
||||||
::v-deep(.li-list){
|
::v-deep(.li-list){
|
||||||
list-style: inside !important;
|
list-style: inside !important;
|
||||||
@@ -79,7 +77,8 @@ overflow-x: hidden;
|
|||||||
|
|
||||||
<script setup>
|
<script setup>
|
||||||
import { marked } from 'marked';
|
import { marked } from 'marked';
|
||||||
|
import '@/assets/atom-one-dark.css';
|
||||||
|
import '@/assets/github-markdown.css';
|
||||||
import hljs from "highlight.js";
|
import hljs from "highlight.js";
|
||||||
//可以设置加载样式切换主题
|
//可以设置加载样式切换主题
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user