通知富文本问题修正完毕

This commit is contained in:
caoqianming 2021-06-02 22:47:03 +08:00
parent 05e50de53b
commit b4969688eb
1 changed files with 2 additions and 2 deletions

View File

@ -48,7 +48,7 @@
.ck-editor__editable { min-height: 600px; }
</style>
<script>
$(function(){
$('#isgg').switchbutton({
checked: true,
onChange: function(checked){
@ -74,7 +74,7 @@
// .catch( error => {
// console.error( error );
// } );
})