完成基本框架的搭建

This commit is contained in:
augushong
2021-03-23 19:06:10 +08:00
parent c76cfa3ae1
commit bb714a5333
10 changed files with 153 additions and 162 deletions

24
public/cdn/layui-ul.css Normal file
View File

@@ -0,0 +1,24 @@
.ul-nav-tree{
border-right: 1px solid #bbb;
}
.ul-nav-tree-item{
display: flex;
align-items: baseline;
cursor: pointer;
padding: 5px;
}
.ul-nav-tree-item-title{
font-size: 15px;
}
.ul-nav-tree-item-desc{
font-size: 14px;
color: #999;
margin-left: 15px;
}
.ul-padding-md{
padding: 15px;
}