tree-table
This commit is contained in:
@@ -85,7 +85,7 @@ layui.define(['jquery', 'form'], function (exports) {
|
||||
opt.checkSkin = opt.checkSkin ? opt.checkSkin : 'primary';
|
||||
// 主题定制
|
||||
opt.theme = opt.theme ? opt.theme : '';
|
||||
opt.themePath = opt.themePath ? opt.themePath : 'layui_exts/tree_themes/';
|
||||
opt.themePath = opt.themePath ? opt.themePath : 'catch-admin/assets/module/authtree/tree_themes/';
|
||||
// 展开、折叠节点的前显字符配置
|
||||
opt.openIconContent = opt.openIconContent ? opt.openIconContent : '';
|
||||
this.openIconContent = opt.openIconContent;
|
||||
|
@@ -29,9 +29,9 @@ Version: v1.0.0
|
||||
-webkit-border-radius: 5px;
|
||||
border-radius: 5px;
|
||||
display: inline-block;
|
||||
padding: 3px 8px;
|
||||
padding: 3px 3px;
|
||||
text-decoration: none;
|
||||
|
||||
font-size: 12px;
|
||||
position: relative;
|
||||
top: -3px;
|
||||
}
|
||||
|
Reference in New Issue
Block a user