王晓晨 3 anos atrás
pai
commit
13db9c22e2
1 arquivos alterados com 5 adições e 2 exclusões
  1. 5 2
      pages/houseDetail/houseDetail.vue

+ 5 - 2
pages/houseDetail/houseDetail.vue

@@ -272,8 +272,11 @@
 
 
 	.content {
 	.content {
 		width: 100%;
 		width: 100%;
-		height: 100%;
-		position: relative;
+		height: 100%;
+		overflow-y: scroll;
+		position: relative;
+		padding-bottom: 60rpx;
+		box-sizing: border-box;
 
 
 		.topImg {
 		.topImg {
 			width: 100%;
 			width: 100%;