Ajust the search and description from /ambs and /merchants
This commit is contained in:
parent
8a8e2ee6a2
commit
3c78f7ee77
1 changed files with 22 additions and 14 deletions
|
@ -49,6 +49,10 @@ class EnhancedSearch extends Component {
|
|||
<div className="search-books">
|
||||
<div className="search-books-bar">
|
||||
<div className="search-books-input-wrapper" style={{ textAlign: 'left', marginLeft: 20}}>
|
||||
<table>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>
|
||||
<TextField
|
||||
style={{ textAlign: 'left', width: 350,borderColor: "#139657" }}
|
||||
id="outlined-adornment-weight"
|
||||
|
@ -62,7 +66,11 @@ class EnhancedSearch extends Component {
|
|||
startAdornment: <InputAdornment position="start"><Search /></InputAdornment>,
|
||||
}}
|
||||
/>
|
||||
{textComponent}
|
||||
</td>
|
||||
<td>{textComponent}</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<br />
|
||||
{this.props.showSearchColumns && this.props.columns.map(column => (
|
||||
<FormControlLabel
|
||||
|
|
Loading…
Reference in a new issue