소스 검색

refactor:优化样式

lifei6671 6 년 전
부모
커밋
87019f7e0d
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      static/css/markdown.preview.css

+ 3 - 0
static/css/markdown.preview.css

@@ -175,4 +175,7 @@
 }
 .editormd-preview-container ol.linenums>li:last-child ,.editormd-html-preview ol.linenums>li:last-child{
     padding-bottom: 10px;
+}
+.editormd-preview-container ul>li{
+    line-height: 2em;
 }