diff --git a/track-uniapp/src/pages/scan/components/FlowTree.vue b/track-uniapp/src/pages/scan/components/FlowTree.vue index 7486050..2c22e6b 100644 --- a/track-uniapp/src/pages/scan/components/FlowTree.vue +++ b/track-uniapp/src/pages/scan/components/FlowTree.vue @@ -19,23 +19,11 @@ - + - - - - - + + ↳ 分支延伸 + + @@ -172,11 +171,18 @@ export default { line-height: 1; margin: 2px 0; } -/* 分支子任务:缩进 + 左边线 */ +/* 分支子任务:缩进 + 左侧虚线框,视觉上被父节点"兜住" */ .ft-branch-children { - margin-left: 16px; + margin-left: 12px; padding-left: 12px; - border-left: 2px solid #e5e7eb; + border-left: 2px dashed #cbd5e1; margin-top: 8px; } +/* 分支指示符:轻量级连接锚点 */ +.ft-branch-indicator { + color: #9ca3af; + font-size: 14px; + margin-bottom: 4px; + padding-left: 4px; +}