|
|
@@ -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 样式 */
|