mirror of
https://gitee.com/orangeform/orange-admin.git
synced 2026-01-18 11:06:36 +08:00
commit:修复工作流bug,修复builder报错
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user