File tree Expand file tree Collapse file tree 2 files changed +7
-9
lines changed
src/components/bpmnProcessDesigner/package/theme Expand file tree Collapse file tree 2 files changed +7
-9
lines changed Original file line number Diff line number Diff line change 38
38
"animate.css" : " ^4.1.1" ,
39
39
"axios" : " ^1.6.8" ,
40
40
"benz-amr-recorder" : " ^1.1.5" ,
41
- "bpmn-js-token-simulation" : " ^0.10 .0" ,
41
+ "bpmn-js-token-simulation" : " ^0.36 .0" ,
42
42
"camunda-bpmn-moddle" : " ^7.0.1" ,
43
43
"cropperjs" : " ^1.6.1" ,
44
44
"crypto-js" : " ^4.2.0" ,
Original file line number Diff line number Diff line change 1
1
@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' ;
4
2
5
3
// 边框被 token-simulation 样式覆盖了
6
4
.djs-palette {
97
95
box-sizing : border-box ;
98
96
}
99
97
}
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
+ // }
106
104
}
107
105
}
108
106
You can’t perform that action at this time.
0 commit comments