Skip to content

Commit e995092

Browse files
YunaiVgitee-org
authored andcommitted
!647 【修复】修复 npm 流程模拟插件 bpmn-js-token-simulation
Merge pull request !647 from 半栈幼儿员/hotfix/css
2 parents 49fc9b5 + 63c9b8d commit e995092

File tree

2 files changed

+7
-9
lines changed

2 files changed

+7
-9
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"animate.css": "^4.1.1",
3939
"axios": "^1.6.8",
4040
"benz-amr-recorder": "^1.1.5",
41-
"bpmn-js-token-simulation": "^0.10.0",
41+
"bpmn-js-token-simulation": "^0.36.0",
4242
"camunda-bpmn-moddle": "^7.0.1",
4343
"cropperjs": "^1.6.1",
4444
"crypto-js": "^4.2.0",

src/components/bpmnProcessDesigner/package/theme/process-designer.scss

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
@use 'bpmn-js-token-simulation/assets/css/bpmn-js-token-simulation.css';
2-
@use 'bpmn-js-token-simulation/assets/css/font-awesome.min.css';
3-
@use 'bpmn-js-token-simulation/assets/css/normalize.css';
42

53
// 边框被 token-simulation 样式覆盖了
64
.djs-palette {
@@ -97,12 +95,12 @@
9795
box-sizing: border-box;
9896
}
9997
}
100-
svg {
101-
width: 100%;
102-
height: 100%;
103-
min-height: 100%;
104-
overflow: hidden;
105-
}
98+
// svg {
99+
// width: 100%;
100+
// height: 100%;
101+
// min-height: 100%;
102+
// overflow: hidden;
103+
// }
106104
}
107105
}
108106

0 commit comments

Comments
 (0)