CN-37 feat: table功能完善

This commit is contained in:
chenjinsong
2021-06-21 20:33:39 +08:00
parent 085ab63a7e
commit 810f1c559a
7 changed files with 183 additions and 15 deletions

View File

@@ -20,3 +20,6 @@ export const position = {
normal: 'calc(100% - 48px)' // 常规高度,特例在下方定义
}
}
export const chartTableDefaultPageSize = 10 // table类型图表默认每页数据量
export const chartTableTopOptions = [10, 50, 100] // table类型图表的TOP-N选项