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' } ``` 这样不会出现纵向滚动条~~~
src/fg-container.vue Line31
这样不会出现纵向滚动条~~~