Blame view

src/Space/Space.html 119 Bytes
01d139c3   Imshann   feat(space): 实现组件
1
  <div className={"ant-space ant-space-"+state.direction+" ant-space-align-center"} style={{gap: state.size+'px'}}></div>