import React from 'react'; import './index.less'; function Division(props) { const { children, col = 3, type = 'default' } = props; return