UNPKG

onnet-portal

Version:

Ant Design Pro based test2

42 lines (37 loc) 650 B
export const topColResponsiveProps = { xs: 24, sm: 12, md: 12, lg: 12, xl: 6, style: { marginBottom: 24 }, }; export const dashboardTopColProps = { xs: 24, sm: 24, md: 24, lg: 24, xl: 12, xxl: 12, }; export const cardProps = { style: { marginBottom: 24 }, }; export const masonryBreakpointCols = { default: 3, 2500: 2, 1500: 1, }; export const reactJsonProps = { theme: 'rjv-default', collapsed: false, collapseStringsAfter: 15, onAdd: false, onEdit: false, onDelete: false, displayObjectSize: false, enableClipboard: false, indentWidth: 4, displayDataTypes: false, iconStyle: 'triangle', };