编辑器增加源代码显示

This commit is contained in:
2016-09-17 18:16:08 +08:00
parent 4ee9156229
commit a4011127bd
5 changed files with 1067 additions and 1 deletions

View File

@@ -0,0 +1,7 @@
.simditor.simditor-html .simditor-wrapper > textarea {
display: block !important;
}
.simditor.simditor-html .simditor-body,
.simditor.simditor-html .simditor-placeholder {
display: none;
}