소스 검색

免费活动列表按钮颜色调整

DELL 3 년 전
부모
커밋
2eff51582b
2개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 0
      packageOperate/activity/record.vue
  2. 1 1
      pages/activity/index.vue

+ 1 - 0
packageOperate/activity/record.vue

@@ -301,6 +301,7 @@
 					font-size: 30rpx;
 					color: #fff;
 					font-weight: bold;
+					padding: 0 34rpx;
 				}
 			}
 		}

+ 1 - 1
pages/activity/index.vue

@@ -35,7 +35,7 @@
 							<view class="details">
 								<button class="details-button" v-if="item.status.value == 3">查看详情</button>
 								<button class="details-buttonTwo" v-else-if="item.isHit == 0">未中奖</button>
-								<button class="details-buttonTwo" v-else-if="item.isHit == 1">已中奖</button>
+								<button class="details-button" v-else-if="item.isHit == 1">已中奖</button>
 								<button class="details-buttonTwo" v-else>即将开始</button>
 							</view>
 						</view>