实现文档保存

This commit is contained in:
Minho
2017-04-28 18:08:01 +08:00
parent ca1b1a4b83
commit f39bd0263a
9 changed files with 445 additions and 81 deletions

View File

@@ -71,7 +71,17 @@ body{
}
.manual-editor-container .manual-editormd{
position: absolute;
bottom: 15px;
bottom: 30px;
top: -1px;
left: 0;
right: 0;
}
.manual-editor-container .manual-editormd .manual-editormd-active{
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
}
.editormd-group{
float: left;
@@ -81,6 +91,20 @@ body{
.editormd-group a{
float: left;
}
.editormd-group a.change{
}
.editormd-group .change i{
color: #ffffff;
background-color: #44B036 !important;
border: 1px #44B036 solid !important;
}
.editormd-group .change i:hover{
background-color: #58CB48 !important;
}
.editormd-group .disabled i:hover{
background: #ffffff !important;
}
.editormd-group a.disabled{
border-color: #c9c9c9;
opacity: .6;
@@ -134,4 +158,5 @@ body{
border-left: 1px solid #DDDDDD;
color: #555;
background-color: #FAFAFA;
z-index: 1000;
}