|
|
@ -103,7 +103,7 @@ |
|
|
|
</x-button> |
|
|
|
</x-button> |
|
|
|
<x-button |
|
|
|
<x-button |
|
|
|
type="primary" |
|
|
|
type="primary" |
|
|
|
v-tooltip.light="$t('Close')" |
|
|
|
v-tooltip.light="$t('Close')" |
|
|
|
icon="ans-icon-off" |
|
|
|
icon="ans-icon-off" |
|
|
|
size="xsmall" |
|
|
|
size="xsmall" |
|
|
|
data-container="body" |
|
|
|
data-container="body" |
|
|
@ -191,7 +191,7 @@ |
|
|
|
], |
|
|
|
], |
|
|
|
Connector: 'Bezier', |
|
|
|
Connector: 'Bezier', |
|
|
|
PaintStyle: { lineWidth: 2, stroke: '#456' }, // Connection style |
|
|
|
PaintStyle: { lineWidth: 2, stroke: '#456' }, // Connection style |
|
|
|
HoverPaintStyle: {stroke: '#ccc', strokeWidth: 3}, |
|
|
|
HoverPaintStyle: {stroke: '#ccc', strokeWidth: 3}, |
|
|
|
ConnectionOverlays: [ |
|
|
|
ConnectionOverlays: [ |
|
|
|
[ |
|
|
|
[ |
|
|
|
'Arrow', |
|
|
|
'Arrow', |
|
|
@ -639,7 +639,7 @@ |
|
|
|
], |
|
|
|
], |
|
|
|
Connector: 'Bezier', |
|
|
|
Connector: 'Bezier', |
|
|
|
PaintStyle: { lineWidth: 2, stroke: '#456' }, // Connection style |
|
|
|
PaintStyle: { lineWidth: 2, stroke: '#456' }, // Connection style |
|
|
|
HoverPaintStyle: {stroke: '#ccc', strokeWidth: 3}, |
|
|
|
HoverPaintStyle: {stroke: '#ccc', strokeWidth: 3}, |
|
|
|
ConnectionOverlays: [ |
|
|
|
ConnectionOverlays: [ |
|
|
|
[ |
|
|
|
[ |
|
|
|
'Arrow', |
|
|
|
'Arrow', |
|
|
@ -679,3 +679,5 @@ |
|
|
|
<style lang="scss" rel="stylesheet/scss"> |
|
|
|
<style lang="scss" rel="stylesheet/scss"> |
|
|
|
@import "./dag"; |
|
|
|
@import "./dag"; |
|
|
|
</style> |
|
|
|
</style> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|