体系搜索-展开图形样式修改

This commit is contained in:
zyn
2023-11-16 11:25:18 +08:00
parent bd8d55cca8
commit 82ee9fc369
@@ -135,7 +135,7 @@ export default {
y: h,
r: 6,
cursor: 'pointer',
symbol: G6.Marker.collapse,
symbol: cfg.level <= 1 ? G6.Marker.collapse : G6.Marker.expand,
stroke: '#666',
lineWidth: 1,
fill: '#fff',