Skip to content

Commit

Permalink
Update Editormd.vue
Browse files Browse the repository at this point in the history
  • Loading branch information
star7th authored Dec 24, 2019
1 parent 55b755c commit b7e5711
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web_src/src/components/common/Editormd.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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") ;
Expand Down

0 comments on commit b7e5711

Please sign in to comment.