fix: 修复freed面板的一些bug

This commit is contained in:
黎智洲
2021-08-17 23:44:28 +08:00
parent 07358a4038
commit 374bff38ff
9 changed files with 168 additions and 147 deletions
+2
View File
@@ -105,6 +105,8 @@ SV.registerLayouter('GeneralizedList', {
}
},
link: {
loopSub: {},
loopNext: {},
sub: {
type: 'line',
sourceAnchor: 2,
+1 -1
View File
@@ -18,7 +18,7 @@ SV.registerLayouter('LinkList', {
element: {
default: {
type: 'link-list-node',
label: '[id]',
label: '[data]',
size: [60, 30],
style: {
stroke: '#333',
+10 -1
View File
@@ -32,18 +32,27 @@ SV.registerLayouter('Stack', {
}
}
},
pointer: {
marker: {
external: {
type: 'pointer',
anchor: 1,
style: {
fill: '#f08a5d'
}
},
bottomExternal: {
type: 'pointer',
anchor: 2,
style: {
fill: '#f08a5d'
}
},
cursor: {
type: 'cursor',
anchor: 1,
style: {
fill: '#f08a5d'
}
}
},
layout: {