madrobby / zepto

Zepto.js is a minimalist JavaScript library for modern browsers, with a jQuery-compatible API
http://zeptojs.com
Other
15k stars 3.93k forks source link

$.height return different value from $.css('height') #1351

Open WangXiZhu opened 5 years ago

WangXiZhu commented 5 years ago

I use rem and set the element code's border as 0.02666666666666667rem solid #D9DADC,so the element's real height is 45.5px,and $.css('height') is correct, but $.height() is not

image