this.stencil = new joint.ui.Stencil({
paper: this.paper,
width: 240,
height: 500,
label: 'Components',
layout: {
columnWidth: 80,
columns: 2,
rowHeight: 130,
},
});
我正在使用此代码在模具中创建两列布局。有没有办法添加任何填充或增加两列之间的间隙?