提交 4f68ea56 编写于 作者: 金波 提交者: Gitee

update docs/component/editor.md.

上级 46f1b9bd
......@@ -35,7 +35,7 @@ editor组件目前只有H5、App的vue页面、微信小程序、百度小程序
| @input | eventhandle | | 否 | 编辑器内容改变时触发,detail = {html, text, delta} |
| @statuschange | eventhandle | | 否 | 通过 Context 方法改变编辑器内样式时触发,返回选区已设置的样式 |
编辑器内支持部分 HTML 标签和内样式,不支持**class****id**
编辑器内支持部分 HTML 标签和内样式,不支持**class****id**
#### 支持的标签
......@@ -46,7 +46,7 @@ editor组件目前只有H5、App的vue页面、微信小程序、百度小程序
| 行内元素 | `<span> <strong> <b> <ins> <em> <i> <u> <a> <del> <s> <sub> <sup> <img>` |
| 块级元素 | `<p> <h1> <h2> <h3> <h4> <h5> <h6> <hr> <ol> <ul> <li>` |
#### 支持的内样式
#### 支持的内样式
内联样式仅能设置在行内元素或块级元素上,不能同时设置。例如 font-size` 归类为行内元素属性,在 p 标签上设置是无效的。
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册