ci: 集成 layer 资源文件

This commit is contained in:
就眠仪式
2021-10-23 20:54:06 +08:00
parent 5760e01982
commit 23ac843852
11 changed files with 978 additions and 2 deletions

View File

@@ -41,7 +41,7 @@
</a>
</li>
<li class="layui-nav-item">
<a href="javascript:void(0)"> 0.1.9 </a>
<a href="javascript:void(0)"> 0.2.0 </a>
</li>
</ul>
</lay-header>

View File

@@ -282,4 +282,13 @@ table td {
body::-webkit-scrollbar {
width: 0px;
height: 0px;
}
.layui-menu-item-group {
padding-left: 10px!important;
padding-right: 10px!important;
}
.layui-menu .layui-menu-item-group > .layui-menu-body-title {
padding-left: 15px;
}