This commit is contained in:
梁灏 2017-03-27 14:28:42 +08:00
parent 5e7ad5e05a
commit c815744265
2 changed files with 21 additions and 21 deletions

View file

@ -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>',
// }] }]
// }] }]
// } }
] ]
} }
}, },

View file

@ -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;