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