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

@@ -30,6 +30,9 @@
反馈
</a>
</li>
<li class="layui-nav-item">
<a href="javascript:void(0)"> 0.1.1 </a>
</li>
</ul>
</lay-header>
<lay-side>

View File

@@ -129,9 +129,6 @@ table td {
padding: 0 10px; /*内边距*/
}
table tr:hover {
background: #efefef;
}
table th {
white-space: nowrap; /*表头内容强制在一行显示*/
}