提交 dbca84a5 编写于 作者: K kener

title hover样式优化

上级 e0d5c09b
...@@ -65,6 +65,9 @@ define(function (require) { ...@@ -65,6 +65,9 @@ define(function (require) {
textFont: font, textFont: font,
textBaseline: 'top' textBaseline: 'top'
}, },
highlightStyle: {
brushType: 'fill'
},
hoverable: false hoverable: false
}; };
if (link) { if (link) {
...@@ -85,6 +88,9 @@ define(function (require) { ...@@ -85,6 +88,9 @@ define(function (require) {
textFont: subfont, textFont: subfont,
textBaseline: 'bottom' textBaseline: 'bottom'
}, },
highlightStyle: {
brushType: 'fill'
},
hoverable: false hoverable: false
}; };
if (sublink) { if (sublink) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册