张延森 3 년 전
부모
커밋
41a440cc8d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      src/pages/searchResult/searchResult.jsx

+ 1
- 1
src/pages/searchResult/searchResult.jsx 파일 보기

@@ -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} />