star7th 6 лет назад
Родитель
Сommit
b7e5711632
1 измененных файлов с 1 добавлено и 1 удалено
  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") ;