fixed #499
This commit is contained in:
parent
5e7ad5e05a
commit
c815744265
2 changed files with 21 additions and 21 deletions
|
@ -38,26 +38,26 @@
|
|||
]
|
||||
}]
|
||||
},
|
||||
// {
|
||||
// expand: true,
|
||||
// title: 'parent 1',
|
||||
// children: [{
|
||||
// title: 'parent 1-0',
|
||||
// expand: true,
|
||||
// children: [{
|
||||
// title: 'leaf'
|
||||
// }, {
|
||||
// title: 'leaf',
|
||||
// }]
|
||||
// }, {
|
||||
// title: 'parent 1-1',
|
||||
// expand: true,
|
||||
// checked: true,
|
||||
// children: [{
|
||||
// title: '<span style="color: red">leaf</span>',
|
||||
// }]
|
||||
// }]
|
||||
// }
|
||||
{
|
||||
expand: true,
|
||||
title: 'parent 1',
|
||||
children: [{
|
||||
title: 'parent 1-0',
|
||||
expand: true,
|
||||
children: [{
|
||||
title: 'leaf'
|
||||
}, {
|
||||
title: 'leaf',
|
||||
}]
|
||||
}, {
|
||||
title: 'parent 1-1',
|
||||
expand: true,
|
||||
checked: true,
|
||||
children: [{
|
||||
title: '<span style="color: red">leaf</span>',
|
||||
}]
|
||||
}]
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
ul{
|
||||
list-style: none;
|
||||
margin: 0;
|
||||
padding: 5px;
|
||||
padding: 0;
|
||||
font-size: @font-size-small;
|
||||
li{
|
||||
list-style: none;
|
||||
|
|
Loading…
Add table
Reference in a new issue