浏览代码

Update Editormd.vue

star7th 7 年之前
父节点
当前提交
32823c88b0
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      web_src/src/components/common/Editormd.vue

+ 3 - 0
web_src/src/components/common/Editormd.vue

@@ -240,6 +240,9 @@ export default {
         $("#"+this.id+" .linenums li").css("background-color","#fcfcfc") ;
         $("#"+this.id+" pre").css("background-color","#fcfcfc") ;
         $("#"+this.id+" pre").css("border","1px solid #e1e1e8") ;
+        
+        $("#"+this.id+" code").css("color","#d14");
+        
     },
   }
 };