hsiangleev / eleTree

Tree component based on virtual dom
https://eletree.hsianglee.cn/
MIT License
43 stars 26 forks source link

自定义图片被压缩 #20

Closed ALuShu closed 3 years ago

ALuShu commented 3 years ago

找了一些200×200和16×16的去测试自定义图片,显示都特别小和模糊,是什么原因吗

ALuShu commented 3 years ago

找了一些200×200和16×16的去测试自定义图片,显示都特别小和模糊,是什么原因吗

hhhh我来自问自答了,把这个属性调整成长宽相等就可以了: $(".eleTree-icon").css({'width': '20px', 'height':'20px'});