commit:修复工作流bug,修复builder报错

This commit is contained in:
Jerry
2024-07-24 17:43:48 +08:00
parent 51ff5033e1
commit bb01172492
77 changed files with 391 additions and 455 deletions

View File

@@ -85,7 +85,6 @@ defineExpose({
<style lang="scss">
@import url('../package/theme/index.scss');
// 边框被 token-simulation 样式覆盖了
.djs-palette {
background: var(--palette-background-color);
border: solid 1px var(--palette-border-color) !important;
@@ -187,8 +186,6 @@ defineExpose({
}
}
}
//侧边栏配置
.djs-palette.open {
.djs-palette-entries {
div[class^='bpmn-icon-']:before,
@@ -239,10 +236,7 @@ pre {
.hljs * {
font-family: Consolas, Monaco, monospace;
}
// 流程图
.djs-container {
// 框
.djs-visual {
rect,
polygon,
@@ -259,17 +253,13 @@ pre {
stroke: #333333 !important;
}
}
// 线
.djs-visual path {
stroke: #333333 !important;
}
// 实心箭头
[id^='sequenceflow-end-white-black'] path {
fill: #333333 !important;
stroke: #333333 !important;
}
// 空心箭头
[id^='conditional-flow-marker-white-black'] path {
stroke: #333333 !important;
}