王晓晨 3 년 전
부모
커밋
13db9c22e2
1개의 변경된 파일5개의 추가작업 그리고 2개의 파일을 삭제
  1. 5 2
      pages/houseDetail/houseDetail.vue

+ 5 - 2
pages/houseDetail/houseDetail.vue

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