refine: glow width
This commit is contained in:
@@ -234,12 +234,6 @@ export default function cytoscapeMap(mapData, dataLayerType, dataLayerOption, cu
|
|||||||
style: {
|
style: {
|
||||||
'color': '#0099FF',
|
'color': '#0099FF',
|
||||||
'line-color': '#0099FF',
|
'line-color': '#0099FF',
|
||||||
'shadow-blur': 12,
|
|
||||||
'shadow-color': '#0099FF',
|
|
||||||
'shadow-offset-x': 0,
|
|
||||||
'shadow-offset-y': 4,
|
|
||||||
'shadow-opacity': 0.5,
|
|
||||||
'z-index': 9999,
|
|
||||||
'overlay-color': '#0099FF',
|
'overlay-color': '#0099FF',
|
||||||
'overlay-opacity': 0.2,
|
'overlay-opacity': 0.2,
|
||||||
'overlay-padding': '5px',
|
'overlay-padding': '5px',
|
||||||
|
|||||||
@@ -349,8 +349,8 @@ export default {
|
|||||||
id:node.id,
|
id:node.id,
|
||||||
type:node.type,
|
type:node.type,
|
||||||
label:node.label,
|
label:node.label,
|
||||||
height: 48,
|
height: 60,
|
||||||
width: 216,
|
width: 242,
|
||||||
textColor: '#0F172A',
|
textColor: '#0F172A',
|
||||||
backgroundColor:'rgba(0, 0, 0, 0)',
|
backgroundColor:'rgba(0, 0, 0, 0)',
|
||||||
borderradius: 999,
|
borderradius: 999,
|
||||||
|
|||||||
Reference in New Issue
Block a user