mirror of https://gitee.com/karson/fastadmin.git
权限管理角色权限分配,jstree列表选项样式调整,取消固定width:80px,防止选项文字过多,显示不完整。
parent
cb77b7c985
commit
efbcba4132
|
|
@ -560,14 +560,14 @@ form.form-horizontal .control-label {
|
||||||
float: left;
|
float: left;
|
||||||
background: none;
|
background: none;
|
||||||
margin-left: 0;
|
margin-left: 0;
|
||||||
width: 80px;
|
/*width: 80px;*/
|
||||||
clear: none;
|
clear: none;
|
||||||
}
|
}
|
||||||
#treeview .jstree-leaf {
|
#treeview .jstree-leaf {
|
||||||
float: left;
|
float: left;
|
||||||
margin-left: 0;
|
margin-left: 0;
|
||||||
padding-left: 24px;
|
padding-left: 24px;
|
||||||
width: 80px;
|
/*width: 80px;*/
|
||||||
clear: none;
|
clear: none;
|
||||||
color: #777;
|
color: #777;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue