mirror of
https://gitee.com/hoslay/ddei-editor.git
synced 2025-12-08 01:58:36 +08:00
21 lines
294 B
TypeScript
21 lines
294 B
TypeScript
export default {
|
|
'id': '302003',
|
|
'name': '系统',
|
|
'code': 'coop',
|
|
'desc': 'UML的用例图-协作',
|
|
'from': '100201',
|
|
|
|
'define': {
|
|
width: 400,
|
|
height: 300,
|
|
text: "系统",
|
|
textStyle: {
|
|
valign: 1,
|
|
align: 3
|
|
},
|
|
font: {
|
|
size: 15
|
|
}
|
|
}
|
|
}
|