我正在使用 react-grid-layout lib ,我想知道是否可以将 width 属性设置为“百分比”?喜欢:
<GridLayout
style={{ backgroundColor: 'green' }}
className='layout'
layout={layout}
cols={20}
rowHeight={200}
width={'100%'}
isBounded={true}
onLayoutChange={() => onLayoutChange()}
>