naihe138 / vue-picker

A picker componemt for vue
https://naihe138.github.io/vue-picker
MIT License
306 stars 129 forks source link

itemHeight不支持rem单位么? #74

Open iCarson opened 3 years ago

tabooc commented 3 years ago

这种很好解决 itemHeight:parseFloat(document.documentElement.style.fontSize) * remValue+'px'