guoshipeng
2023-08-14 9086f457d6404a0cd7f74b351c3889f82d02a91d
1
2
3
4
5
6
export default {
    1: { xs: 24 },
    2: { xs: 24, sm: 12 },
    3: { xs: 24, sm: 12, md: 8 },
    4: { xs: 24, sm: 12, md: 6 },
};