Commit 00358ded authored by yann300's avatar yann300

fix Styling

parent c30cd9ba
......@@ -80,7 +80,7 @@ class TreeView {
formatData (key, data, children, expand, keyPath) {
var self = this
var li = yo`<li class=${css.li_tv}></li>`
var caret = yo`<div class="fa fa-caret-right" class=${css.caret_tv}></div>`
var caret = yo`<div class="fa fa-caret-right ${css.caret_tv}"></div>`
var label = yo`
<div class=${css.label_tv}>
${caret}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment