feat(flow): migrate text node to quill rendering and transparent default style

This commit is contained in:
2026-02-24 20:10:30 +08:00
parent e1f9a0453c
commit 5e665966db
4 changed files with 244 additions and 134 deletions

View File

@@ -47,7 +47,10 @@ const componentGroups = [
type: 'textNode',
description: '可编辑文本的节点',
data: {
text: '双击编辑文字',
text: {
content: '<p>请输入文本</p>',
rich: true
},
width: 200,
height: 120
}
@@ -279,4 +282,4 @@ const handleMouseDown = (e, component) => {
margin-bottom: 6px;
color: #333;
}
</style>
</style>