zhengnaiwen_citu 7 ヶ月 前
コミット
7b01f3dbef
2 ファイル変更3 行追加2 行削除
  1. 1 1
      components/PositionList/index.vue
  2. 2 1
      pages/index/crowdsourcing.vue

+ 1 - 1
components/PositionList/index.vue

@@ -196,7 +196,7 @@ const toDetail = (isPosition, item) =>{
 	text-overflow: ellipsis;
 }
 .mList {
-  margin-top: 20rpx;
+  margin-bottom: 20rpx;
 }
 /* 列表触底暂无更多 */
 .noMore{ text-align:center; color:grey; }

+ 2 - 1
pages/index/crowdsourcing.vue

@@ -65,7 +65,7 @@ const swiperAdList = ref(swiperAdListTest)
 const items = reactive([])
 const pageInfo = ref({
 	pageNo: 1,
-	pageSize: 2
+	pageSize: 20
 })
 
 const loading = ref(false)
@@ -168,6 +168,7 @@ $defaultColor: #999;
 		}
 		&-recommend {
 			padding: 0 24rpx;
+			margin-bottom: 20rpx;
 			&-box {
 				@include box;
 				&-title {