mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-25 19:50:05 +08:00
site: update header responsive ui
This commit is contained in:
parent
f985eb948f
commit
c2184d6334
@ -200,13 +200,13 @@ export default class Header extends React.Component {
|
||||
</Popover>
|
||||
)}
|
||||
<Row>
|
||||
<Col xxl={4} xl={5} lg={5} md={6} sm={24} xs={24}>
|
||||
<Col xxl={4} xl={5} lg={5} md={5} sm={24} xs={24}>
|
||||
<Link to={utils.getLocalizedPathname('/', isZhCN)} id="logo">
|
||||
<img alt="logo" src="https://gw.alipayobjects.com/zos/rmsportal/KDpgvguMpGfqaHPjicRK.svg" />
|
||||
<img alt="Ant Design" src="https://gw.alipayobjects.com/zos/rmsportal/DkKNubTaaVsKURhcVGkh.svg" />
|
||||
</Link>
|
||||
</Col>
|
||||
<Col xxl={20} xl={19} lg={19} md={18} sm={0} xs={0}>
|
||||
<Col xxl={20} xl={19} lg={19} md={19} sm={0} xs={0}>
|
||||
<div id="search-box">
|
||||
<Icon type="search" />
|
||||
<Input ref={ref => this.searchInput = ref} placeholder={searchPlaceholder} />
|
||||
|
Loading…
Reference in New Issue
Block a user