李志伟 3 years ago
parent
commit
c1e8f018a4
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/pages/index/tabs/Guide.jsx

+ 1
- 1
src/pages/index/tabs/Guide.jsx View File

207
                       <image mode='scaleToFill' className='title-image-cup' src={BlackSpot} />
207
                       <image mode='scaleToFill' className='title-image-cup' src={BlackSpot} />
208
                       <text className='title-title-boss' >更多指引</text>
208
                       <text className='title-title-boss' >更多指引</text>
209
                     </view>
209
                     </view>
210
-                    <view style={{ padding: '0 30rpx', boxSizing: 'border-box' }}>
210
+                    <view>
211
                       {(extend || []).map((item, index) => <MoreGuide key={(index)} item={item} />)}
211
                       {(extend || []).map((item, index) => <MoreGuide key={(index)} item={item} />)}
212
                     </view>
212
                     </view>
213
                   </view>
213
                   </view>