mirror of
https://github.com/mindoc-org/mindoc.git
synced 2026-02-27 17:03:57 +08:00
1、实现自定义富文本编辑器
2、实现自动发布
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user