Blame view

src/Col/Col.html 171 Bytes
3a3ecabe   Imshann   init
1
  <div className={"ant-col"+(span?" ant-col-"+span: "")} style={{ paddingLeft: esRow.state.gutterHalf + 'px', paddingRight: esRow.state.gutterHalf + 'px' }}>{children}</div>