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");
+        
     },
   }
 };