实现富文本编辑器

This commit is contained in:
Minho
2018-01-24 19:41:59 +08:00
parent 00d6d0ee8f
commit dab6f31d01
5 changed files with 337 additions and 117 deletions

View File

@@ -33,13 +33,14 @@ body{
width: 280px;
position: fixed;
border-top: 1px solid #DDDDDD;
bottom: 0px;
bottom: 0;
top: 40px;
background-color: #FAFAFA;
left: 0;
right: 0;
padding-bottom: 15px;
overflow-y:auto;
z-index: 999;
}
.manual-category .manual-nav {
font-size: 14px;