Merge pull request #7971 from dataease/pr@dev@refactor_view

refactor(仪表板): 优化视图放大明细样式 #7729
This commit is contained in:
王嘉豪 2024-02-02 09:50:45 +08:00 committed by GitHub
commit b6e79b98e5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1111,6 +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.tableColumnFreezeHead = 0
tableChart.customAttr.size.tableRowFreezeHead = 0