Browse Source

fix 活动规则UI调整

wzh 4 months ago
parent
commit
6dd4a44761
1 changed files with 2 additions and 2 deletions
  1. 2 2
      pages/lgz/index/rules.vue

+ 2 - 2
pages/lgz/index/rules.vue

@@ -43,7 +43,7 @@
 						活动奖励
 					</view>
 				</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>