修改百度编辑器背景颜色
在HTML文件头部加此代码
<style type="text/css">
.edui-default .edui-editor-iframeholder {
height: 200px;
background-color:#ccc;
}
</style>
在HTML文件头部加此代码
<style type="text/css">
.edui-default .edui-editor-iframeholder {
height: 200px;
background-color:#ccc;
}
</style>