|
@@ -269,6 +269,7 @@ const NewPage: React.FC = props => {
|
|
<HeadSearch
|
|
<HeadSearch
|
|
onSearch={handleToDoSearch}
|
|
onSearch={handleToDoSearch}
|
|
defaultKeyword={searchWord}
|
|
defaultKeyword={searchWord}
|
|
|
|
+ placeholder="搜索"
|
|
className={styles['search-header-max']}
|
|
className={styles['search-header-max']}
|
|
/>
|
|
/>
|
|
</Col>
|
|
</Col>
|