Ver código fonte

修改字体bug

丸子 2 semanas atrás
pai
commit
29a26babc6
1 arquivos alterados com 2 adições e 2 exclusões
  1. 2 2
      src/components/MarkdownView/index.vue

+ 2 - 2
src/components/MarkdownView/index.vue

@@ -40,9 +40,9 @@ const renderedMarkdown = computed(() => {
 <style lang="scss">
 .markdown-view {
   font-family: 'SourceHanSansCN-Normal';
-  font-size: 1rem;
+  // font-size: 1rem;
   font-weight: 400;
-  line-height: 1.6rem;
+  // line-height: 1.6rem;
   letter-spacing: 0em;
   text-align: left;
   color: block;