react-grid-layout lib を使用していますが、幅プロパティを「パーセンテージ」に設定できるかどうか知りたいですか? お気に入り:
<GridLayout
style={{ backgroundColor: 'green' }}
className='layout'
layout={layout}
cols={20}
rowHeight={200}
width={'100%'}
isBounded={true}
onLayoutChange={() => onLayoutChange()}
>