d-render
Version:
数据渲染库 - form、table、search-form
18 lines (16 loc) • 371 B
JavaScript
const dateColumnWidthMap = {
large: 168,
default: 168,
small: 144
};
const handleColumnWidthMap = {
large: 140,
default: 140,
small: 124
};
const sizeCellConfig = {
large: { fontSize: 14, padding: 10 },
default: { fontSize: 14, padding: 10 },
small: { fontSize: 12, padding: 10 }
};
export { dateColumnWidthMap, handleColumnWidthMap, sizeCellConfig };