Skip to content

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

@381510688

Description

@381510688

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'
}

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions