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