|
@@ -65,7 +65,7 @@ export default withLayout((props) => {
|
65
|
65
|
<view className='index-navbar'>
|
66
|
66
|
<CustomNav title='搜索' />
|
67
|
67
|
</view>
|
68
|
|
- <view style={{ height: 'calc(100vh - 64rpx)', overflow: 'auto' }}>
|
|
68
|
+ <view className='index-container'>
|
69
|
69
|
<view className='search'>
|
70
|
70
|
<input className='searchInput' placeholder='请输入景区/城市搜索' disabled onClick={onSearch} />
|
71
|
71
|
<image className='searchicon' src={iconsearch} />
|