Skip to content

Commit

Permalink
💄 fix #711
Browse files Browse the repository at this point in the history
  • Loading branch information
Vanessa219 committed Aug 22, 2020
1 parent fb0e0ce commit 4db8f13
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@

### v3.4.7 / 2020-08-xx

* [711](https://github.com/Vanessa219/vditor/issues/711) 调试工具栏图颜色不适配暗黑主题 `改进功能`
* [718](https://github.com/Vanessa219/vditor/issues/718) 脚注太长浮层渲染溢出 `修复缺陷`
* [716](https://github.com/Vanessa219/vditor/issues/716) insertValue 无法插入html文本 `改进功能`
* [714](https://github.com/Vanessa219/vditor/issues/714) preview 数学公式解析问题 `修复缺陷`
Expand Down
6 changes: 6 additions & 0 deletions src/ts/devtools/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,20 @@ export class DevTools {
initialTreeDepth: -1,
label: {
align: "left",
backgroundColor: "rgba(68, 77, 86, .68)",
borderRadius: 3,
color: "#d1d5da",
fontSize: 12,
lineHeight: 12,
offset: [9, 12],
padding: [2, 4, 2, 4],
position: "top",
verticalAlign: "middle",
},
lineStyle: {
color: "#4285f4",
type: "curve",
width: 1,
},
orient: "vertical",
roam: true,
Expand Down

0 comments on commit 4db8f13

Please sign in to comment.