tm-roamer / flowgrid

flowgrid.js is a plugin for widget layout, 一个轻量简单的网格流布局插件(停止维护)
6 stars 1 forks source link

【feature】建议增加动态计算高度 #6

Open 381510688 opened 6 years ago

381510688 commented 6 years ago

src/fg-container.vue Line31

// fg-layout样式
itemStyle: function () {
 let max = this.getMaxRowAndCol();
 return {
   height: max.row * this.opt.cellH + this.opt.padding.bottom + 'px'
}

这样不会出现纵向滚动条~~~