Skip to content

Commit

Permalink
fix: #133 flowchart TB 流程图渲染
Browse files Browse the repository at this point in the history
  • Loading branch information
liangjingkanji committed Apr 12, 2023
1 parent f125778 commit b45b57e
Show file tree
Hide file tree
Showing 12 changed files with 96 additions and 0 deletions.
8 changes: 8 additions & 0 deletions drake-ayu.css
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,14 @@ p {
}

/*mermaid*/
[id^=mermaidChart] .cluster rect {
fill: var(--table-n2-bg-color) !important;
stroke: var(--table-border-color) !important;
}
[id^=mermaidChart] .clusters span.nodeLabel {
color: var(--text-color) !important;
line-height: 1.8rem;
}
[mermaid-type="journey"] line {
stroke: #7a7a7a !important;
}
Expand Down
8 changes: 8 additions & 0 deletions drake-black.css
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,14 @@ p {
}

/*mermaid*/
[id^=mermaidChart] .cluster rect {
fill: var(--table-n2-bg-color) !important;
stroke: var(--table-border-color) !important;
}
[id^=mermaidChart] .clusters span.nodeLabel {
color: var(--text-color) !important;
line-height: 1.8rem;
}
[mermaid-type="journey"] line {
stroke: #7a7a7a !important;
}
Expand Down
8 changes: 8 additions & 0 deletions drake-dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,14 @@ p {
}

/*mermaid*/
[id^=mermaidChart] .cluster rect {
fill: var(--table-n2-bg-color) !important;
stroke: var(--table-border-color) !important;
}
[id^=mermaidChart] .clusters span.nodeLabel {
color: var(--text-color) !important;
line-height: 1.8rem;
}
[mermaid-type="journey"] line {
stroke: #7a7a7a !important;
}
Expand Down
8 changes: 8 additions & 0 deletions drake-google.css
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,14 @@ p {
}

/*mermaid*/
[id^=mermaidChart] .cluster rect {
fill: var(--table-n2-bg-color) !important;
stroke: var(--table-border-color) !important;
}
[id^=mermaidChart] .clusters span.nodeLabel {
color: var(--text-color) !important;
line-height: 1.8rem;
}
[mermaid-type="journey"] line {
stroke: #7a7a7a !important;
}
Expand Down
8 changes: 8 additions & 0 deletions drake-jb.css
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,14 @@ p {
}

/*mermaid*/
[id^=mermaidChart] .cluster rect {
fill: var(--table-n2-bg-color) !important;
stroke: var(--table-border-color) !important;
}
[id^=mermaidChart] .clusters span.nodeLabel {
color: var(--text-color) !important;
line-height: 1.8rem;
}
[mermaid-type="journey"] line {
stroke: #7a7a7a !important;
}
Expand Down
8 changes: 8 additions & 0 deletions drake-juejin.css
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,14 @@ p {
}

/*mermaid*/
[id^=mermaidChart] .cluster rect {
fill: var(--table-n2-bg-color) !important;
stroke: var(--table-border-color) !important;
}
[id^=mermaidChart] .clusters span.nodeLabel {
color: var(--text-color) !important;
line-height: 1.8rem;
}
[mermaid-type="journey"] line {
stroke: #7a7a7a !important;
}
Expand Down
8 changes: 8 additions & 0 deletions drake-light.css
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,14 @@ p {
}

/*mermaid*/
[id^=mermaidChart] .cluster rect {
fill: var(--table-n2-bg-color) !important;
stroke: var(--table-border-color) !important;
}
[id^=mermaidChart] .clusters span.nodeLabel {
color: var(--text-color) !important;
line-height: 1.8rem;
}
[mermaid-type="journey"] line {
stroke: #7a7a7a !important;
}
Expand Down
8 changes: 8 additions & 0 deletions drake-material.css
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,14 @@ p {
}

/*mermaid*/
[id^=mermaidChart] .cluster rect {
fill: var(--table-n2-bg-color) !important;
stroke: var(--table-border-color) !important;
}
[id^=mermaidChart] .clusters span.nodeLabel {
color: var(--text-color) !important;
line-height: 1.8rem;
}
[mermaid-type="journey"] line {
stroke: #7a7a7a !important;
}
Expand Down
8 changes: 8 additions & 0 deletions drake-purple.css
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,14 @@ p {
}

/*mermaid*/
[id^=mermaidChart] .cluster rect {
fill: var(--table-n2-bg-color) !important;
stroke: var(--table-border-color) !important;
}
[id^=mermaidChart] .clusters span.nodeLabel {
color: var(--text-color) !important;
line-height: 1.8rem;
}
[mermaid-type="journey"] line {
stroke: #7a7a7a !important;
}
Expand Down
8 changes: 8 additions & 0 deletions drake-vue.css
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,14 @@ p {
}

/*mermaid*/
[id^=mermaidChart] .cluster rect {
fill: var(--table-n2-bg-color) !important;
stroke: var(--table-border-color) !important;
}
[id^=mermaidChart] .clusters span.nodeLabel {
color: var(--text-color) !important;
line-height: 1.8rem;
}
[mermaid-type="journey"] line {
stroke: #7a7a7a !important;
}
Expand Down
8 changes: 8 additions & 0 deletions drake-vue3.css
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,14 @@ p {
}

/*mermaid*/
[id^=mermaidChart] .cluster rect {
fill: var(--table-n2-bg-color) !important;
stroke: var(--table-border-color) !important;
}
[id^=mermaidChart] .clusters span.nodeLabel {
color: var(--text-color) !important;
line-height: 1.8rem;
}
[mermaid-type="journey"] line {
stroke: #7a7a7a !important;
}
Expand Down
8 changes: 8 additions & 0 deletions drake.css
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,14 @@ p {
}

/*mermaid*/
[id^=mermaidChart] .cluster rect {
fill: var(--table-n2-bg-color) !important;
stroke: var(--table-border-color) !important;
}
[id^=mermaidChart] .clusters span.nodeLabel {
color: var(--text-color) !important;
line-height: 1.8rem;
}
[mermaid-type="journey"] line {
stroke: #7a7a7a !important;
}
Expand Down

0 comments on commit b45b57e

Please sign in to comment.