htc 5 дней назад
Родитель
Сommit
fa0cbb476a
2 измененных файлов с 4 добавлено и 2 удалено
  1. 2 1
      pagesMy/privacyPolicy.vue
  2. 2 1
      pagesMy/serviceAgreement.vue

+ 2 - 1
pagesMy/privacyPolicy.vue

@@ -1,5 +1,5 @@
 <template>
 <template>
-	<view class="default_page" :style="{'min-height':h+'px', 'padding-top':mt+'px'}">
+	<view class="default_page" :style="{'padding-top':mt+'px'}">
 		<cus-header title='隐私政策'></cus-header>
 		<cus-header title='隐私政策'></cus-header>
 		<u-parse :content="content"></u-parse>
 		<u-parse :content="content"></u-parse>
 	</view>
 	</view>
@@ -151,5 +151,6 @@ font-family:"Microsoft JhengHei UI",sans-serif'>&nbsp;</span></b></p>
 		background: #FFFFFF;
 		background: #FFFFFF;
 		padding: 50rpx 30rpx;
 		padding: 50rpx 30rpx;
 		box-sizing: border-box;
 		box-sizing: border-box;
+		overflow-y: auto;
 	}
 	}
 </style>
 </style>

+ 2 - 1
pagesMy/serviceAgreement.vue

@@ -1,5 +1,5 @@
 <template>
 <template>
-	<view class="default_page" :style="{'min-height':h+'px', 'padding-top':mt+'px'}">
+	<view class="default_page" :style="{'padding-top':mt+'px'}">
 		<cus-header title='服务协议'></cus-header>
 		<cus-header title='服务协议'></cus-header>
 		<u-parse :content="content"></u-parse>
 		<u-parse :content="content"></u-parse>
 	</view>
 	</view>
@@ -272,5 +272,6 @@ font-family:"Microsoft JhengHei UI",sans-serif'>&nbsp;</span></b></p>
 		background: #FFFFFF;
 		background: #FFFFFF;
 		padding: 50rpx 30rpx;
 		padding: 50rpx 30rpx;
 		box-sizing: border-box;
 		box-sizing: border-box;
+		overflow-y: auto;
 	}
 	}
 </style>
 </style>