【发布时间】:2018-05-08 05:40:54
【问题描述】:
我是 jstree 的新手。现在正在使用下面的css和js作为jstree,它使用32px.png作为节点打开和节点关闭图标。
https://cdnjs.cloudflare.com/ajax/libs/jstree/3.3.5/themes/default/style.min.css https://cdnjs.cloudflare.com/ajax/libs/jstree/3.3.5/jstree.min.js
有人可以帮我处理css,它使用黑色大箭头来打开和关闭节点,类似于下图..
Screenshot of jstree with big dark arrow, which i found online
Here is the fiddle, with big dark arrow -
【问题讨论】:
-
您可以使用
font-awesome图标来替换它。 -
Abinthaha@ - 你能举个例子吗?