1007395918@qq.com 5 years ago
parent
commit
7cc669230c
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      src/pages/project/index.js

+ 2
- 2
src/pages/project/index.js View File

625
               <View className="section section-top" style={{ marginTop: 0, paddingTop: 0 }}>
625
               <View className="section section-top" style={{ marginTop: 0, paddingTop: 0 }}>
626
                 <View
626
                 <View
627
                   style={{
627
                   style={{
628
-                    height: '500rpx', position: 'relative'
628
+                    height: '464rpx', position: 'relative'
629
                   }}>
629
                   }}>
630
                   {
630
                   {
631
                     this.state.visBanner && (
631
                     this.state.visBanner && (
632
                       <Banner
632
                       <Banner
633
                         style={{
633
                         style={{
634
-                          height: '500rpx'
634
+                          height: '464rpx'
635
                         }}
635
                         }}
636
                         indicatorDots={false}
636
                         indicatorDots={false}
637
                         list={this.state.bannerList}
637
                         list={this.state.bannerList}