@yunzhicloud/components-lib
Version:
A Component Library for Vue.js.
24 lines (21 loc) • 429 B
text/less
@import "../../../common/var";
.ivu-tree>.ivu-tree-children>li>.ivu-tree-title{
color: @primary-color;
font-weight: 700;
}
.ivu-tree{
.ivu-tree-title{
font-weight: 400;
&:hover{
background: none;
color: @primary-color;
font-weight: 500;
}
color: @info-color;
&-selected{
background: none;
color: @primary-color;
font-weight: 500;
}
}
}