优化节点富文本编辑
This commit is contained in:
parent
a6fff7f7a3
commit
e39a94c5e2
@ -61,15 +61,18 @@ class RichText {
|
|||||||
height: auto;
|
height: auto;
|
||||||
font-size: inherit;
|
font-size: inherit;
|
||||||
}
|
}
|
||||||
|
|
||||||
.smm-richtext-node-wrap p {
|
.ql-container.ql-snow {
|
||||||
display: flex;
|
border: none;
|
||||||
}
|
|
||||||
|
|
||||||
.smm-richtext-node-edit-wrap p {
|
|
||||||
display: flex;
|
|
||||||
}
|
}
|
||||||
`
|
`
|
||||||
|
// .smm-richtext-node-wrap p {
|
||||||
|
// display: flex;
|
||||||
|
// }
|
||||||
|
|
||||||
|
// .smm-richtext-node-edit-wrap p {
|
||||||
|
// display: flex;
|
||||||
|
// }
|
||||||
this.styleEl = document.createElement('style')
|
this.styleEl = document.createElement('style')
|
||||||
this.styleEl.type = 'text/css'
|
this.styleEl.type = 'text/css'
|
||||||
this.styleEl.innerHTML = cssText
|
this.styleEl.innerHTML = cssText
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user