@zhangqingcq/plug-r-qw
Version:
A JS lib base on Vue and View-design, you can achieve some complex functions with simple code after install this lib.
28 lines (23 loc) • 424 B
text/less
/**
* created 2020.07.22
* @author ricky zhangqingcq@foxmail.com
*/
.checkboxTreeGA {
.inlineTreeNodeF {
min-width: 150px ;
float: left;
}
.ivu-tree-children,
.inlineChild + .ivu-tree-children {
padding: 0 0 0 10px;
margin-left: 15px;
}
.ivu-tree-children > li:after {
content: '';
display: block;
clear: both;
}
&.ivu-tree ul li {
margin: 8px 0 0 0;
}
}