|
@@ -53,13 +53,13 @@ class DiagResultSearch extends Component {
|
|
|
const { show, searchResult, getSearchResult, handleChangeValue,pageTop,windowHeight } = this.props
|
|
|
|
|
|
const contStyle={
|
|
|
- opacity:'1',
|
|
|
+ opacity:'0.4',
|
|
|
right:'0',
|
|
|
top:'1px',
|
|
|
zIndex:'15',
|
|
|
width:'14px',
|
|
|
background:'#f1f1f1'};
|
|
|
- const barStyle={background:'#c1c1c1',width:'100%'};
|
|
|
+ const barStyle={background:'#777',width:'100%'};
|
|
|
return (
|
|
|
show && <div id='diagSearch' className={style['search-box']}>
|
|
|
<SearchOption handleChangeValue={handleChangeValue} pageTop={pageTop} windowHeight={windowHeight} height={180} visible={true}>
|