refine: glow width

This commit is contained in:
Cindy Chang
2024-08-21 16:38:27 +08:00
parent 23a21f1b0a
commit ab15087c2d
2 changed files with 2 additions and 8 deletions

View File

@@ -234,12 +234,6 @@ export default function cytoscapeMap(mapData, dataLayerType, dataLayerOption, cu
style: {
'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-opacity': 0.2,
'overlay-padding': '5px',

View File

@@ -349,8 +349,8 @@ export default {
id:node.id,
type:node.type,
label:node.label,
height: 48,
width: 216,
height: 60,
width: 242,
textColor: '#0F172A',
backgroundColor:'rgba(0, 0, 0, 0)',
borderradius: 999,