Merge pull request #13588 from ulleo/dev-v2

feat(图表): 调整表格的滚动条宽度
This commit is contained in:
王嘉豪 2024-11-27 13:15:45 +08:00 committed by GitHub
commit 97bb56a72b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1546,7 +1546,7 @@ export const CHART_TYPE_CONFIGS = [
export const DEFAULT_BASIC_STYLE: ChartBasicStyle = {
alpha: 100,
tableBorderColor: '#CCCCCC',
tableScrollBarColor: 'rgba(0, 0, 0, 0.15)',
tableScrollBarColor: '#1f23294d',
tableColumnMode: 'adapt',
tableColumnWidth: 100,
tableFieldWidth: [],