mirror of
https://github.com/Powerful-517/yys-editor.git
synced 2026-03-05 15:05:27 +00:00
feat(flow): migrate text node to quill rendering and transparent default style
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user