Browse Source

Update Editormd.vue

star7th 6 years ago
parent
commit
b7e5711632
1 changed files with 1 additions and 1 deletions
  1. 1 1
      web_src/src/components/common/Editormd.vue

+ 1 - 1
web_src/src/components/common/Editormd.vue

@@ -261,7 +261,7 @@ export default {
 
         //代码块美化
         $("#"+this.id+" .linenums").css("padding-left","5px") ;
-        //$("#"+this.id+" .linenums li").css("list-style-type","none") ;
+        $("#"+this.id+" .linenums li").css("list-style-type","none") ;
         $("#"+this.id+" .linenums li").css("background-color","#fcfcfc") ;
         $("#"+this.id+" pre").css("background-color","#fcfcfc") ;
         $("#"+this.id+" pre").css("border","1px solid #e1e1e8") ;