如何让上传多张图片后图片换行显示 #678
Unanswered
watsonhaw5566
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
由于业务对富文本排版有要求,上传的图片需要换行显示。
但目前上传后的图片如果不满 editor 的宽度则会并排显示。
但是希望可以实现这样的功能。
我想到的是在上传图片后的 onSuccess 回调函数里面加入
来换行,但是发现貌似这个只能用来处理 html 的并不能处理图片,所以想请教一下,应该如何处理才更为妥当呢?
Beta Was this translation helpful? Give feedback.
All reactions