瀏覽代碼

fix: 流程引擎代码样式

liuc 3 月之前
父節點
當前提交
0a5898b829
共有 1 個文件被更改,包括 8 次插入4 次删除
  1. 8 4
      src/theme/index.less

+ 8 - 4
src/theme/index.less

@@ -16,7 +16,14 @@
   box-sizing: border-box;
   outline: none !important;
   font-family: 'PingFang SC', 'Noto Sans SC', 'Microsoft YaHei', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
-
+  /******流程引擎的代码样式start******/
+  [class^="mtk"] {
+    font-family: 'Consolas', monospace;
+  }
+  .mtkz{
+    width:8px !important;
+  }
+  /******流程引擎的代码样式end******/
   //&::-webkit-scrollbar {
   //  width: 8px;
   //  height: 8px;
@@ -116,9 +123,6 @@ body {
   height: 100%;
 }
 
-[class^="mtk"] {
-  font-family: 'Consolas', monospace;
-}
 /**********************************  富文本HTML样式 **********************************/
 .html-content {
   /* table 样式 */