feat(menu): 新增 title 插槽, 调整 子菜单 height 为 46px

This commit is contained in:
就眠仪式
2021-10-15 01:45:35 +08:00
parent 5855bee3be
commit 991462af17
9 changed files with 62 additions and 22 deletions

View File

@@ -4802,8 +4802,8 @@ body .layui-table-tips .layui-layer-content {
.layui-nav-tree .layui-nav-item a {
position: relative;
height: 40px;
line-height: 40px;
height: 46px;
line-height: 46px;
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;