DolphinEnglishLearnStudent/Moudle/Market/MarketVC.swift
@@ -141,7 +141,7 @@ func collectionView(_ collectionView: UICollectionView, layout collectionViewLayout: UICollectionViewLayout, sizeForItemAt indexPath: IndexPath) -> CGSize { if collectionView == menu_collectView{ return CGSize(width: 100, height: 41) return CGSize(width: String.jq_getWidth(text: viewModel.menuTypes.value[indexPath.row].name, height: 41, font: 16) + 35, height: 41) } return CGSize(width: cellW, height: cellW * 1.09)