refactor(图表): 表格固定列宽适应缩放
This commit is contained in:
parent
9ede5bc78a
commit
1cd22f64fd
@ -113,7 +113,7 @@ export function colorRgb(color, opacity) {
|
||||
}
|
||||
|
||||
export const customAttrTrans = {
|
||||
basicStyle: ['barWidth', 'lineWidth', 'lineSymbolSize'],
|
||||
basicStyle: ['barWidth', 'lineWidth', 'lineSymbolSize', 'tableColumnWidth'],
|
||||
tableHeader: ['tableTitleFontSize', 'tableTitleHeight'],
|
||||
tableCell: ['tableItemFontSize', 'tableItemHeight'],
|
||||
misc: [
|
||||
|
||||
Loading…
Reference in New Issue
Block a user