ueumd opened this issue 8 years ago · 1 comments
网页中teatarea编辑区域不能适应浏览器的高度
@daysun777
如何使用的?改变 Mditor 的大小有两种方式:
一、直接样式控制
.mditor { width: 600px; height: 300px; }
二、使用 Js API
mditor.width = "600px"; mditor.height = "300px";