【发布时间】:2019-09-27 01:23:30
【问题描述】:
我有这个剑道树视图。 When select a node or sub's-node I want the orange color at full line and same with others (refer to image below).
我使用下面的脚本,但是当涉及到 sub's-group 时,对齐是不一样的。感谢您的帮助。
.k-treeview span.k-in {
margin-left: -10%;
padding-left: 10%;
padding-right: 60%;
}
【问题讨论】:
标签: css kendo-ui kendo-treeview