浏览数量: 0 作者: 本站编辑 发布时间: 2026-04-16 来源: 本站
将代码复制进去,修改width的宽度
<style>
.contentEditRichText_editorContainer .video-block {
width: 500px;
}
</style>
居中设置 <style>
.contentEditRichText_editorContainer .video-block {
width: 500px;
margin: 10px auto !important;
}
</style>