refactor(仪表板): 优化视图放大明细样式 #7729

This commit is contained in:
wangjiahao 2024-02-01 16:15:29 +08:00
parent dff1297e31
commit a9fa29d9d7

View File

@ -1112,6 +1112,8 @@ export default {
tableChart.customAttr.color.tableFontColor = '#7c7e81'
tableChart.customAttr.color.enableTableCrossBG = false
tableChart.customAttr.size.showTableHeader = true
tableChart.customAttr.size.tableTitleFontSize = 12
tableChart.customAttr.size.tableItemFontSize = 12
}
tableChart.customAttr.size.tableColumnFreezeHead = 0
tableChart.customAttr.size.tableRowFreezeHead = 0