无故事王国
2024-07-02 655a0215e597e3c46834d9d8a609bab729a1816f
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)