tree-table

This commit is contained in:
wuyanwen
2019-12-14 17:08:21 +08:00
parent 485432acfb
commit 0d0abf3ea0
6 changed files with 1670 additions and 6 deletions

View File

@@ -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;

View File

@@ -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;
}