Browse Source

fix: 流程字体优化

liuc 3 months ago
parent
commit
6b99f9e47b
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/theme/index.less

+ 2 - 2
src/theme/index.less

@@ -116,8 +116,8 @@ body {
   height: 100%;
 }
 
-.mtk1 {
-  font-family: 'Consolas';
+[class^="mtk"] {
+  font-family: 'Consolas', monospace;
 }
 /**********************************  富文本HTML样式 **********************************/
 .html-content {