columnCount + '%'; const children = this.props.children.map(child => React.cloneElement(child, { width: childWidth })); return ( <ol ref="grid"> { children } ...
確定! 回上一頁