1、修复编辑器不显示滚动条的BUG

2、优化按钮交互方式
3、新增Html编辑器按钮
This commit is contained in:
Minho
2017-05-10 13:43:36 +08:00
parent b393b07a86
commit 42b08a0b18
9 changed files with 96 additions and 11 deletions

View File

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