小程序的editor与rich-text组件中图片的问题?
<editor id="editor" class="ql-container" placeholder="{{placeholder}}" showImgSize showImgToolbar showImgResize bindstatuschange="onStatusChange" bindready="onEditorReady" bindinput="oninput"></editor><rich-text nodes="{{html}}"></rich-text> |
在小程序的editor组件的事例代码中添加了
<rich-text nodes=“{{html}}”></rich-text>
这段代码,意思检查一下rich-text,当我添加图片时,rich-text编译的图片会大很多,超出全屏?
求解
