mirror of
https://gitee.com/layui/layui.git
synced 2025-04-28 16:38:02 +08:00
修复 treeTable showIcon为false的时候折叠图标跟标题有一个空白的问题
This commit is contained in:
parent
7ab6632ba0
commit
a26d6b1657
@ -1115,7 +1115,7 @@ body .layui-table-tips .layui-layer-content{background: none; padding: 0; box-sh
|
||||
.layui-table-tips-c:before{position: relative; right: -2px;}
|
||||
|
||||
/** 树表 **/
|
||||
.layui-table-tree-nodeIcon {width: 20px;}
|
||||
.layui-table-tree-nodeIcon {max-width: 20px;}
|
||||
.layui-table-tree-nodeIcon > * {width: 100%;}
|
||||
.layui-table-tree-flexIcon,.layui-table-tree-nodeIcon {margin-right: 2px;}
|
||||
.layui-table-tree-flexIcon {cursor: pointer;}
|
||||
|
Loading…
Reference in New Issue
Block a user