Commit 99fe894e by zws

Merge remote-tracking branch 'refs/remotes/git-origin/master' into master_fix_bpm

parents 3d8f1290 e9950929
...@@ -38,7 +38,7 @@ ...@@ -38,7 +38,7 @@
"animate.css": "^4.1.1", "animate.css": "^4.1.1",
"axios": "^1.6.8", "axios": "^1.6.8",
"benz-amr-recorder": "^1.1.5", "benz-amr-recorder": "^1.1.5",
"bpmn-js-token-simulation": "^0.10.0", "bpmn-js-token-simulation": "^0.36.0",
"camunda-bpmn-moddle": "^7.0.1", "camunda-bpmn-moddle": "^7.0.1",
"cropperjs": "^1.6.1", "cropperjs": "^1.6.1",
"crypto-js": "^4.2.0", "crypto-js": "^4.2.0",
......
@use 'bpmn-js-token-simulation/assets/css/bpmn-js-token-simulation.css'; @use 'bpmn-js-token-simulation/assets/css/bpmn-js-token-simulation.css';
@use 'bpmn-js-token-simulation/assets/css/font-awesome.min.css';
@use 'bpmn-js-token-simulation/assets/css/normalize.css';
// 边框被 token-simulation 样式覆盖了 // 边框被 token-simulation 样式覆盖了
.djs-palette { .djs-palette {
...@@ -97,12 +95,12 @@ ...@@ -97,12 +95,12 @@
box-sizing: border-box; box-sizing: border-box;
} }
} }
svg { // svg {
width: 100%; // width: 100%;
height: 100%; // height: 100%;
min-height: 100%; // min-height: 100%;
overflow: hidden; // overflow: hidden;
} // }
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment