@@ -43,7 +43,7 @@
活动奖励
</view>
- <view class="intro-content">
+ <view class="intro-content" style="height: 600rpx;overflow: auto">
<u-row class="row-class" customStyle="margin-bottom: 5px" v-for="(item, index) in planDetails">
<u-col span="12">
<view class="item-left item-text">{{item.prize_name}}</view>
@@ -213,7 +213,7 @@
background: #442812;
border-radius: 6rpx !important;
text-align: center;
- width: 80%;
+ width: 100%;
}
</style>