Commit 0e186560 authored by 皮倩雯's avatar 皮倩雯

fix: '图片库搜索样式优化'

parent 6f658464
Pipeline #58378 passed with stages
...@@ -456,12 +456,12 @@ class PicturesWall extends React.Component<PicturesWallType> { ...@@ -456,12 +456,12 @@ class PicturesWall extends React.Component<PicturesWallType> {
onOk={this.handleModalOk} onOk={this.handleModalOk}
className={styles.modal} className={styles.modal}
> >
<Input <Input
placeholder="搜索图库" placeholder="搜索图库"
className={styles.search} className={styles.search}
size="middle" size="middle"
value={this.state.search} value={this.state.search}
style={{marginLeft:'102px'}} style={{marginLeft:'102px',width:'50%'}}
onChange={e => this.setState({search: e.target.value})} onChange={e => this.setState({search: e.target.value})}
allowClear/> allowClear/>
{/* <Search style ={{ width:'200px',margin: '10px 0 10px 100px'}} onSearch={onSearch} /> */} {/* <Search style ={{ width:'200px',margin: '10px 0 10px 100px'}} onSearch={onSearch} /> */}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment