Browse Source

bug修改

twt 2 years ago
parent
commit
9b89ddf65f
1 changed files with 6 additions and 2 deletions
  1. 6 2
      pages/index/aboutUS.vue

+ 6 - 2
pages/index/aboutUS.vue

@@ -3,7 +3,10 @@
  <!-- <view class="contBox" v-html="detail">
   	
   </view> -->
-  <rich-text :nodes="detail" style="background: #fff;"></rich-text>
+  <view class="contBox">
+  	 <rich-text :nodes="detail" style="background: #fff;"></rich-text>
+  </view>
+ 
 </view>
 </template>
 
@@ -52,7 +55,8 @@
 .box {
 	width: 100vw;
 	min-height: 100vh;
-	background: #F4F5F7;
+	background: #fff;
+	
 }
 .contBox{
 	padding: 20rpx 24rpx;