Skip to content

Commit

Permalink
Merge pull request #478 from hhui64/dev
Browse files Browse the repository at this point in the history
修复部分问题和优化某些样式
  • Loading branch information
hinesboy committed Sep 12, 2019
2 parents f39e8d1 + 272a0bd commit 7baec88
Show file tree
Hide file tree
Showing 8 changed files with 3,879 additions and 1,068 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,10 @@ export default {
| fontSize | String | 15px | 编辑区域文字大小 |
| scrollStyle | Boolean | true | 开启滚动条样式(暂时仅支持chrome) |
| boxShadow | Boolean | true | 开启边框阴影 |
| boxShadowStyle | String | 0 2px 12px 0 rgba(0, 0, 0, 0.1) | 边框阴影样式 |
| transition | Boolean | true | 是否开启过渡动画 |
| toolbarsBackground | String | #ffffff | 工具栏背景颜色 |
| previewBackground | String | #fbfbfb | 预览框背景颜色 |
| subfield | Boolean | true | true: 双栏(编辑预览同屏), false: 单栏(编辑预览分屏) |
| defaultOpen | String | | edit: 默认展示编辑区域 , preview: 默认展示预览区域 , 其他 = edit |
| placeholder | String | 开始编辑... | 输入框为空时默认提示文本 |
Expand Down
Loading

0 comments on commit 7baec88

Please sign in to comment.