Browse Source

no message

guo 2 years ago
parent
commit
9f02f0717e
1 changed files with 5 additions and 1 deletions
  1. 5 1
      pages/index/discountCard.vue

+ 5 - 1
pages/index/discountCard.vue

@@ -41,7 +41,7 @@
 				<view class="itemBottom">
 					<view v-if="tabIndex==1">可用次数:{{item.avaQty}}</view>
 					<view v-else>可分享次数:{{item.shareQty}}</view>
-					<view @click="goDetail(item.id)" style="align-items: center;">查看详情 
+					<view @click="goDetail(item.id)" class="rightJian">查看详情 
 					<image src="../../static/img/little_rightArrow.png" mode="" style="width: 24rpx;height: 24rpx;"></image>
 					</view>
 					
@@ -321,5 +321,9 @@
 		font-size: 22rpx;
 		color: #666666;
 		margin-top: 15rpx;
+	}
+	.rightJian{
+		display: flex;
+		align-items: center;
 	}
 </style>