Blame view

src/Col/Col.html 175 Bytes
81f8a467   Imshann   调整组件前缀
1
  <div className={"ant-col"+(span?" ant-col-"+span: "")} style={{ paddingLeft: antdRow.state.gutterHalf + 'px', paddingRight: antdRow.state.gutterHalf + 'px' }}>{children}</div>