mirror of
https://github.com/mindoc-org/mindoc.git
synced 2025-09-19 01:58:00 +08:00
实现富文本编辑器
This commit is contained in:
@@ -131,17 +131,16 @@ body{
|
||||
left: 0;
|
||||
right: 0;
|
||||
}
|
||||
.btn-toolbar{position: absolute;}
|
||||
.editormd-group{
|
||||
float: left;
|
||||
height: 32px;
|
||||
margin-right: 10px;
|
||||
}
|
||||
.editormd-group a{
|
||||
.editormd-group a,.editormd-group .editor-item{
|
||||
float: left;
|
||||
}
|
||||
.editormd-group a.change{
|
||||
|
||||
}
|
||||
.editormd-group .change i{
|
||||
color: #ffffff;
|
||||
background-color: #44B036 !important;
|
||||
@@ -158,10 +157,10 @@ body{
|
||||
opacity: .6;
|
||||
cursor: default
|
||||
}
|
||||
.editormd-group a>i {
|
||||
.editormd-group a>i{
|
||||
display: inline-block;
|
||||
width: 34px;
|
||||
height: 30px;
|
||||
width: 34px !important;
|
||||
height: 30px !important;
|
||||
line-height: 30px;
|
||||
text-align: center;
|
||||
color: #4b4b4b;
|
||||
|
Reference in New Issue
Block a user