zhaoxiaohai hace 3 años
padre
commit
ec0b903a82
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      pages/tabbar/home/index.wxml

+ 1 - 1
pages/tabbar/home/index.wxml

@@ -65,7 +65,7 @@
         <navigator url="#" class="item-box" data-item="{{item}}" bindtap="toAnnunciateDetails">
             <Item item='{{item}}' />
         </navigator>
-        <view wx:if="{{index!=annunciateList.length-1}}" style="width: 100%; border: 1rpx solid #EEEEEE; margin-left: 30rpx;" />
+        <view wx:if="{{index!=annunciateList.length-1}}" style="width: 100%; border-top: 1rpx solid #EEEEEE; margin-left: 30rpx;" />
     </block>
 </My_card>