.ProseMirror{
font-size: 15px !important;
}
.toastui-editor-contents{
font-size: 15px !important;
}
/* 文章编辑临时样式 */
.grid-demo{
background-color: #1e9fff;
}
/* ------------ 头部表单 ------------ */
.head_form .layui-row{
margin: 10px 20px;
}
.head_form .header_btn {
display: flex;
justify-content: space-around;
}
.head_form .layui-btn{
padding: 0 38px;
}
.head_form .layui-col-md8{
padding-left: 0;
}