|
@@ -11,7 +11,7 @@ import { getIndexType, getResourceList } from '@/services/home'
|
11
|
11
|
import Card from '../components/Card'
|
12
|
12
|
import './less/Recommend.less'
|
13
|
13
|
|
14
|
|
-const listStyle = { height: 'calc(100% - 145px)' }
|
|
14
|
+const listStyle = { height: '100%' }
|
15
|
15
|
|
16
|
16
|
export default (props) => {
|
17
|
17
|
const { router, person, location } = props
|
|
@@ -75,8 +75,7 @@ export default (props) => {
|
75
|
75
|
// })
|
76
|
76
|
|
77
|
77
|
return (
|
78
|
|
- // <view style={{ height: '100%', overflow: 'hidden',display:'flex',flexDirection:'column' }}>
|
79
|
|
- <view style={{ height: '100%', overflow: 'hidden' }}>
|
|
78
|
+ <view style={{ height: '100%', overflow: 'hidden', display: 'flex', flexDirection:'column' }}>
|
80
|
79
|
<view className='search' onClick={onSearch} >
|
81
|
80
|
<input className='searchInput' disabled />
|
82
|
81
|
<image className='searchicon' src={iconsearch} />
|