邹能昇 3 달 전
부모
커밋
4119155a6f
3개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      nova-tourism/components/collect/index.less
  2. 1 1
      nova-tourism/components/collect/index.wxml
  3. 0 0
      nova-tourism/components/collect/index.wxss

+ 1 - 1
nova-tourism/components/collect/index.less

@@ -151,7 +151,7 @@
                 image{
                     width: 100%;
                     height: 204rpx;
-                    border-radius: 4rpx;
+                    border-radius: 10rpx;
                 }
                 .wang-catex{
                     font-size: 26rpx;

+ 1 - 1
nova-tourism/components/collect/index.wxml

@@ -39,7 +39,7 @@
                 <swiper autoplay="{{true}}" indicator-dots='{{true}}' indicator-color='#D9D9D9' indicator-active-color='#F8DA7F' interval="{{3000}}" circular duration="{{500}}" class="img" bindchange="onSwiperChange">
                     <block wx:for="{{imageUrls}}" wx:key="index" wx:for-item="img">
                         <swiper-item class="img" >
-                            <image src="{{img}}"  mode="aspectFill"></image>
+                            <image style="border-radius: 10rpx;" src="{{img}}"  mode="aspectFill"></image>
                         </swiper-item>
                     </block>
                 </swiper>

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
nova-tourism/components/collect/index.wxss


이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.