site: update header responsive ui

This commit is contained in:
afc163 2018-11-05 11:59:15 +08:00
parent f985eb948f
commit c2184d6334

View File

@ -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} />