ztree file icon
This commit is contained in:
parent
d9f73b953d
commit
0b526d7d41
|
@ -146,8 +146,9 @@ ul {
|
||||||
}
|
}
|
||||||
|
|
||||||
#output {
|
#output {
|
||||||
width: 100%;
|
border-width: 0;
|
||||||
height: 130px;
|
|
||||||
color: #555555;
|
color: #555555;
|
||||||
|
height: 130px;
|
||||||
|
width: 100%;
|
||||||
}
|
}
|
||||||
/* end output */
|
/* end output */
|
Binary file not shown.
After Width: | Height: | Size: 3.7 KiB |
Binary file not shown.
Before Width: | Height: | Size: 45 B After Width: | Height: | Size: 1.1 KiB |
Binary file not shown.
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 14 KiB |
|
@ -46,10 +46,8 @@ var tree = {
|
||||||
if (!data.succ) {
|
if (!data.succ) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
// TODO: 换成我们风格的 class
|
|
||||||
tree.fileTree.addNodes(wide.curNode, [{
|
tree.fileTree.addNodes(wide.curNode, [{
|
||||||
"name": name,
|
"name": name
|
||||||
"iconSkin": "ico_close "
|
|
||||||
}]);
|
}]);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue