Procházet zdrojové kódy

fix: 流程引擎代码样式

liuc před 3 měsíci
rodič
revize
0a5898b829
1 změnil soubory, kde provedl 8 přidání a 4 odebrání
  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 样式 */