优化了 还是卡
This commit is contained in:
@@ -194,13 +194,23 @@ canvas { display: block; width: 100%; height: 100%; background: #070d18; }
|
||||
.taskflowGraphSummary > div, .taskflowRuntimeSummary > div { min-width: 0; padding: 10px; border: 1px solid #213653; border-radius: 9px; background: #0a1422; }
|
||||
.taskflowGraphSummary dt, .taskflowRuntimeSummary dt { color: #71839e; font-size: 10px; }
|
||||
.taskflowGraphSummary dd, .taskflowRuntimeSummary dd { overflow: hidden; margin: 5px 0 0; color: #5ce4c2; font: 700 13px/1.25 ui-monospace, monospace; text-overflow: ellipsis; white-space: nowrap; }
|
||||
.taskflowDag { width: 100%; height: 430px; min-height: 300px; overflow: hidden; border: 1px solid #213653; border-radius: 10px; background: #07101c; }
|
||||
.taskflowNode { width: 230px !important; min-height: 92px; padding: 10px !important; color: #a7bad2 !important; border: 1px solid #304766 !important; border-radius: 9px !important; background: #0e1a2b !important; box-shadow: 0 8px 22px #0006; }
|
||||
.taskflowDagSection { overflow: hidden; border: 1px solid #213653; border-radius: 10px; background: #07101c; }
|
||||
.taskflowDagToolbar { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 9px 11px; border-bottom: 1px solid #213653; background: #0c1727; }
|
||||
.taskflowDagToolbar button { flex: none; padding: 6px 9px; color: #b9cce3; border: 1px solid #36516f; border-radius: 6px; background: #132238; cursor: pointer; }
|
||||
.taskflowLegend { display: flex; align-items: center; flex-wrap: wrap; gap: 12px; color: #8298b4; font-size: 10px; }
|
||||
.taskflowLegend span { display: inline-flex; align-items: center; gap: 5px; }
|
||||
.taskflowLegend i { width: 10px; height: 10px; border: 1px solid #304766; border-radius: 3px; background: #0e1a2b; }
|
||||
.taskflowLegend .taskflowLegendExecuted { border-color: #2c8e78; background: #0c201e; }
|
||||
.taskflowLegend .taskflowLegendWaiting { border-color: #b9833e; background: #251b10; }
|
||||
.taskflowDag { width: 100%; height: 620px; min-height: 420px; overflow: hidden; background: #07101c; }
|
||||
.taskflowNode { width: 280px !important; min-height: 132px; padding: 11px !important; color: #a7bad2 !important; border: 1px solid #304766 !important; border-radius: 9px !important; background: #0e1a2b !important; box-shadow: 0 8px 22px #0006; }
|
||||
.taskflowNodeExecuted { border-color: #2c8e78 !important; background: #0c201e !important; }
|
||||
.taskflowNodeWaiting { border-color: #b9833e !important; background: #251b10 !important; }
|
||||
.taskflowNodeLabel { display: grid; gap: 4px; min-width: 0; text-align: left; }
|
||||
.taskflowNodeLabel strong { overflow: hidden; color: #e1ecf9; font-size: 12px; text-overflow: ellipsis; white-space: nowrap; }
|
||||
.taskflowNodeLabel code { overflow: hidden; color: #6f89aa; font: 9px/1.2 ui-monospace, monospace; text-overflow: ellipsis; white-space: nowrap; }
|
||||
.taskflowNodeLabel { display: grid; gap: 4px; min-width: 0; cursor: text; text-align: left; user-select: text !important; }
|
||||
.taskflowNodeLabel header { display: flex; align-items: flex-start; justify-content: space-between; gap: 8px; }
|
||||
.taskflowNodeLabel strong { color: #e1ecf9; font-size: 12px; line-height: 1.35; overflow-wrap: anywhere; }
|
||||
.taskflowNodeLabel header i { flex: none; padding: 2px 5px; color: #74d8c0; border: 1px solid #2d675d; border-radius: 99px; font: 9px/1 ui-monospace, monospace; font-style: normal; }
|
||||
.taskflowNodeLabel code { color: #6f89aa; font: 9px/1.25 ui-monospace, monospace; overflow-wrap: anywhere; white-space: normal; user-select: text !important; }
|
||||
.taskflowNodeLabel span { color: #91a5c0; font: 9px/1.25 ui-monospace, monospace; }
|
||||
.react-flow__edge-path { stroke: #557594; stroke-width: 1.5; }
|
||||
.react-flow__controls button { color: #dce8f8; border-color: #29435e; background: #101d2f; }
|
||||
|
||||
Reference in New Issue
Block a user