tanyanfei 4 anni fa
parent
commit
332faaaf93
2 ha cambiato i file con 5 aggiunte e 5 eliminazioni
  1. 2 2
      pages/gameDetail/gameDetail.wxml
  2. 3 3
      pages/gameDetail/gameDetail.wxss

+ 2 - 2
pages/gameDetail/gameDetail.wxml

@@ -5,8 +5,8 @@
     <view><text>参赛组</text>{{datas.match.groups}}</view>
 </view>
 <view class="part info" wx:if='{{datas.today_record}}'>
-    <view style="width:20%;"> <text>{{datas.today_record.rank}}</text>排名  </view>
-    <view style="width:30%;"> <text>{{datas.today_record.group_rank}}</text>小组排名  </view>
+    <view> <text>{{datas.today_record.group_rank}}</text>排名  </view>
+    <!-- <view style="width:30%;"> <text>{{datas.today_record.group_rank}}</text>小组排名  </view> -->
     <view> <text  class="{{datas.today_record.today_income[0]=='-'?'down':'up'}}">{{datas.today_record.today_income}}</text>盈亏  </view>
     <view> <text>{{datas.today_record.init_fund}}</text>初始资产(万)  </view>
     <view> <text >{{datas.today_record.today_fund}}</text>今日资产(万)  </view>

+ 3 - 3
pages/gameDetail/gameDetail.wxss

@@ -27,12 +27,12 @@ page{
   padding: 16rpx 32rpx;
 }
 .info view:first-child{
-  /* border-right: 1px solid #F6F6F6; */
+  border-right: 1px solid #F6F6F6;
 }
 .info view:nth-child(2){
-  border-right: 1px solid #F6F6F6;
+  /* border-right: 1px solid #F6F6F6; */
 }
-.info view:nth-child(4){
+.info view:nth-child(3){
   border-top: 1px solid #F6F6F6
 }
 .info view:last-child{