Ver Fonte

Update Editormd.vue

star7th há 7 anos atrás
pai
commit
32823c88b0
1 ficheiros alterados com 3 adições e 0 exclusões
  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");
+        
     },
   }
 };