我在jstree上使用CSS中的margin-top如下:
.jstree li a {
color:rgb(80,80,80);
font-size:130%;
vertical-align:middle;
margin-top:10px;
}
但是,jstree扩展图标(向右箭头)的对齐方式高于此处所示的元素:from another question here
如何让图标与元素文本对齐?
答案 0 :(得分:1)
尝试添加此样式,
.jstree-default .jstree-no-dots .jstree-closed > ins {
background-position:0 4px;
}