Ajust the search and description from /ambs and /merchants

mx
Letícia Camara 2018-11-07 12:49:14 -02:00
parent 8a8e2ee6a2
commit 3c78f7ee77
1 changed files with 22 additions and 14 deletions

View File

@ -49,20 +49,28 @@ class EnhancedSearch extends Component {
<div className="search-books">
<div className="search-books-bar">
<div className="search-books-input-wrapper" style={{ textAlign: 'left', marginLeft: 20}}>
<TextField
style={{ textAlign: 'left', width: 350,borderColor: "#139657" }}
id="outlined-adornment-weight"
className={classNames(classes.margin, classes.textField)}
variant="outlined"
label="Search"
placeholder="Enter search term"
value={query}
onChange={(event) => onUpdateQuery(event.target.value)}
InputProps={{
startAdornment: <InputAdornment position="start"><Search /></InputAdornment>,
}}
/>
{textComponent}
<table>
<tbody>
<tr>
<td>
<TextField
style={{ textAlign: 'left', width: 350,borderColor: "#139657" }}
id="outlined-adornment-weight"
className={classNames(classes.margin, classes.textField)}
variant="outlined"
label="Search"
placeholder="Enter search term"
value={query}
onChange={(event) => onUpdateQuery(event.target.value)}
InputProps={{
startAdornment: <InputAdornment position="start"><Search /></InputAdornment>,
}}
/>
</td>
<td>{textComponent}</td>
</tr>
</tbody>
</table>
<br />
{this.props.showSearchColumns && this.props.columns.map(column => (
<FormControlLabel