1、实现自定义富文本编辑器

2、实现自动发布
This commit is contained in:
Minho
2018-01-19 20:10:54 +08:00
parent 5e19ec8550
commit b62de4ba5e
65 changed files with 21877 additions and 23 deletions

View File

@@ -437,7 +437,7 @@ table>tbody>tr:hover{
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
color: #444
color: #7e888b
}
.manual-article .article-head h3 {
margin: 0;
@@ -450,9 +450,13 @@ table>tbody>tr:hover{
white-space: nowrap;
color: #444
}
.manual-article .article-info{
padding: 5px;
color: #AAA !important;
}
.manual-article .article-content{
min-width: 980px;
max-width: 98%;
max-width: 90%;
padding: 10px 20px;
margin-left: auto!important;
margin-right: auto!important