소스 검색

修改字体bug

丸子 2 주 전
부모
커밋
29a26babc6
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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;