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,
|
expand: true,
|
||||||
// title: 'parent 1',
|
title: 'parent 1',
|
||||||
// children: [{
|
children: [{
|
||||||
// title: 'parent 1-0',
|
title: 'parent 1-0',
|
||||||
// expand: true,
|
expand: true,
|
||||||
// children: [{
|
children: [{
|
||||||
// title: 'leaf'
|
title: 'leaf'
|
||||||
// }, {
|
}, {
|
||||||
// title: 'leaf',
|
title: 'leaf',
|
||||||
// }]
|
}]
|
||||||
// }, {
|
}, {
|
||||||
// title: 'parent 1-1',
|
title: 'parent 1-1',
|
||||||
// expand: true,
|
expand: true,
|
||||||
// checked: true,
|
checked: true,
|
||||||
// children: [{
|
children: [{
|
||||||
// title: '<span style="color: red">leaf</span>',
|
title: '<span style="color: red">leaf</span>',
|
||||||
// }]
|
}]
|
||||||
// }]
|
}]
|
||||||
// }
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
ul{
|
ul{
|
||||||
list-style: none;
|
list-style: none;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 5px;
|
padding: 0;
|
||||||
font-size: @font-size-small;
|
font-size: @font-size-small;
|
||||||
li{
|
li{
|
||||||
list-style: none;
|
list-style: none;
|
||||||
|
|
Loading…
Add table
Reference in a new issue