xhlife / vue3-grid-layout

About A draggable and resizable grid layout, for Vue3.
https://github.com/xhlife/vue3-grid-layout
MIT License
99 stars 28 forks source link

栅格高度异常,求大佬解惑~ #24

Open zhanglan332 opened 4 months ago

zhanglan332 commented 4 months ago

rowHeight默认是 150, 当 i 设置为 2 时, 高度应该是 300px , 但实际渲染的是 305px rowHeight设置为 1 当i设置为 20时, 期望高度是 20px, 但实际渲染是 115px 有什么属性控制嘛, 我想准确控制高度, 并且精度是 1px,即 rowHeight 设置为1时, i设置为20, 渲染的高度是 20px 应该怎么做啊..