--- order: 99 title: zh-CN: 同行布局 en-US: Same line debug: true --- ## zh-CN 同行布局 ## en-US Same line ```tsx import { Checkbox, Radio, Space } from 'antd'; const sharedStyle: React.CSSProperties = { border: '1px solid red', marginBottom: 16, }; ReactDOM.render(