guoshipeng
2023-08-30 0a94001b2ca46314bef91c62eecd43c873d6f383
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 },
};