onsen-ui 中具有动态高度的 ons-list-item

ons-list-item with dynamic height in onsen-ui

我正在开发一个在 ons-list 中显示图像的应用程序(每个图像在一个 ons-list-item 中) 每个图像都有不同的高度,所以我不能将项目的高度设置为固定的高度,也不能将 ons-list-item 的高度设置为动态的。我试过设置 overflow:auto 但我没有影响。有什么想法吗?

我找到了解决方案以防其他人有同样的问题

如下设置列表项的显示样式

<ons-list-item style="display: table;"></ons-list-item>