editor 的高度,用style设置,没有效果:
style=‘height:150rpx;’
请教:如何设置height?
添加行内样式
<editor style=“height:auto; min-height:50px;” id=“editor{{id}}” class=“ql-container” read-only="{{readOnly}}" bindready=“onEditorReady”>
</editor>
在样式里设置下面的高度试试
.ql-container