vue2-waterfall icon indicating copy to clipboard operation
vue2-waterfall copied to clipboard

Fix bug by get precise width

Open iqingting opened this issue 6 years ago • 0 comments

This property(HTMLElement.offsetWidth) will round the value to an integer. If you need a fractional value, use element.getBoundingClientRect().

@PLDaily

iqingting avatar Jan 02 '19 11:01 iqingting