vue-virtual-scroller icon indicating copy to clipboard operation
vue-virtual-scroller copied to clipboard

DynamicScroller vue-recycle-scroller__item-wrapper计算的min-height出现错误

Open Reset0921 opened this issue 3 years ago • 4 comments
trafficstars

Reset0921 avatar May 11 '22 06:05 Reset0921

我检查过id,id没有发现重复

Reset0921 avatar May 11 '22 06:05 Reset0921

Same – issue for me was caused by accidentally passing a string instead of a number to the minItemSize prop.

Original:

<DynamicScroller minItemSize="512" ...props>

Fix (add binding to pass a number):

<DynamicScroller :minItemSize="512" ...props>

If owner wants a PR lmk 👍

ryanpwaldon avatar Jun 30 '22 12:06 ryanpwaldon

I have the same bug。。。min-height computed error

niubaobaozsy avatar Jan 10 '23 03:01 niubaobaozsy

I have the same bug min-height not computed automatically. content not scrolling up to mark. Contain not visible at all. Screenshot 2023-04-11 at 7 53 34 PM

rajeevverma076 avatar Apr 11 '23 14:04 rajeevverma076