1007395918@qq.com преди 5 години
родител
ревизия
7cc669230c
променени са 1 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 2
    2
      src/pages/project/index.js

+ 2
- 2
src/pages/project/index.js Целия файл

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