1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-02 15:38:15 +00:00

[search] redesigned 'show more' for search in wiki (#4383)

* [search] redesigned 'show more' for search in wiki

* [search] modification

* [search] added wiki-search.js

* [wiki] search: modified placeholder text; removed 'arrow'
This commit is contained in:
llj
2019-12-31 16:58:45 +08:00
committed by Daniel Pan
parent fbac92ec68
commit 1c76000843
5 changed files with 348 additions and 59 deletions

View File

@@ -23,7 +23,7 @@ class CommonToolbar extends React.Component {
onSearchedClick={this.props.onSearchedClick}
/>
)}
<Notification />
<Notification />
<Account />
</div>
);
@@ -32,4 +32,4 @@ class CommonToolbar extends React.Component {
CommonToolbar.propTypes = propTypes;
export default CommonToolbar;
export default CommonToolbar;