Browse Source

中心架构图调整

master
lucky 5 years ago
parent
commit
e3bfa5074f
  1. 9
      src/views/NewPlatform/Children/Core.vue

9
src/views/NewPlatform/Children/Core.vue

@ -154,9 +154,14 @@ export default {
bottom: '1%',
right: '40%',
symbolSize: 7,
lineStyle: { width: 4 },
lineStyle: { width: 1 },
itemStyle: { borderWidth: 3, borderColor: '#AACD06' },
label: { position: 'top', verticalAlign: 'middle', align: 'center', fontSize: 16 },
label: {
position: 'top',
verticalAlign: 'middle',
align: 'center',
fontSize: 16,
},
leaves: {
label: {
position: 'right',

Loading…
Cancel
Save