摘要: ##vis.js var options = { nodes:{//节点配置 borderWidth: 1,//节点边框的宽度,单位为px borderWidthSelected: 2,节点被选中时边框的宽度,单位为px color: { border: '#2B7CE9',//节点边框颜色 bac 阅读全文
posted @ 2019-03-19 17:41 盖伦qaq 阅读(3130) 评论(0) 推荐(1) 编辑
摘要: import React from 'react'; import {message} from 'antd' import vis from 'vis'; import {api as http} from '../../fetch'; let relation = { nodes: [], ed 阅读全文
posted @ 2019-03-19 17:36 盖伦qaq 阅读(1376) 评论(0) 推荐(0) 编辑