config.js 91 B

12345
  1. export const dataColumnWidthMap = {
  2. small: '145px',
  3. medium: '160px',
  4. mini: '140px'
  5. }