提交 e1cf859d 编写于 作者: W weixin_46329670

Thu Apr 18 09:18:00 CST 2024 inscode

上级 bb46c098
......@@ -41,7 +41,7 @@ export default defineComponent({
{ id: 'a', text: 'A', borderColor: 'yellow' },
{ id: 'b', text: 'B', color: '#43a2f1', fontColor: 'yellow' },
{ id: 'c', text: 'C', nodeShape: 1, width: 80, height: 60 },
{ id: 'e', text: 'E', nodeShape: 0, width: 150, height: 150 }
{ id: 'e', text: 'E', nodeShape: 0, width: 150, height: 150 },
],
lines: [
{ from: 'a', to: 'b', text: 'Line Text', color: '#43a2f1' },
......@@ -77,7 +77,8 @@ export default defineComponent({
{ id: 'b', text: 'B', color: '#43a2f1', fontColor: 'yellow' },
{ id: 'c', text: 'C', nodeShape: 1, width: 80, height: 60 },
{ id: 'e', text: 'E', nodeShape: 0, width: 150, height: 150 },
{ id: 'e', text: 'E', nodeShape: 0, width: 150, height: 150 },
{ id: 'F', text: 'F', nodeShape: 0, width: 150, height: 150 },
{ id: 'F', text: 'F', nodeShape: 0, width: 150, height: 150 },
],
lines: [
{ from: 'a', to: 'b', text: 'Line Text', color: '#43a2f1' },
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册