refactor(仪表板): 视图明细数据字体大小调整 #7729

This commit is contained in:
wangjiahao 2024-02-20 14:11:31 +08:00
parent 517bca9d57
commit 950a4de34e

View File

@ -1111,8 +1111,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.tableTitleFontSize = 14
tableChart.customAttr.size.tableItemFontSize = 14
}
tableChart.customAttr.size.tableColumnFreezeHead = 0
tableChart.customAttr.size.tableRowFreezeHead = 0