twt 1 year ago
parent
commit
ec8e7775b7
1 changed files with 3 additions and 2 deletions
  1. 3 2
      pages/subPack/chooseCity.vue

+ 3 - 2
pages/subPack/chooseCity.vue

@@ -244,7 +244,7 @@
 		right: 30rpx;
 		top: 200rpx;
 		height: 80vh;
-		    overflow-y: scroll;
+		overflow-y: scroll;
 	}
 	.content {
 		
@@ -280,7 +280,7 @@
 		/* height: calc(100vh - 80rpx); */
 		height: 100vh;
 		box-sizing: border-box;
-		padding: 20rpx 24rpx 20rpx;
+	
 
 	}
 
@@ -327,6 +327,7 @@
 	.listContent {
 		display: flex;
 		justify-content: space-between;
+			padding: 20rpx 24rpx 20rpx;
 	}
 
 	.city-list {