提交 64fce599 authored 作者: junjun's avatar junjun

feat: S2 pivot

上级 ef332c76
...@@ -106,7 +106,7 @@ export function getSize(chart) { ...@@ -106,7 +106,7 @@ export function getSize(chart) {
size.cellCfg = { size.cellCfg = {
height: s.tableItemHeight height: s.tableItemHeight
} }
if (!s.tableColumnMode || s.tableColumnMode === 'adapt') { if (s.tableColumnMode && s.tableColumnMode === 'adapt') {
delete size.cellCfg.width delete size.cellCfg.width
size.layoutWidthType = 'compact' size.layoutWidthType = 'compact'
} else { } else {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论