forked from github/dataease
feat(视图-标题): 标题字体大小默认16#6729
This commit is contained in:
parent
92b682d72d
commit
24f9fc46f2
@ -43,7 +43,7 @@ declare interface ChartTextStyle {
|
||||
/**
|
||||
* 字体大小
|
||||
*/
|
||||
fontSize: string
|
||||
fontSize: number
|
||||
/**
|
||||
* 颜色
|
||||
*/
|
||||
|
@ -333,7 +333,7 @@ export const DEFAULT_TABLE_CELL: ChartTableCellAttr = {
|
||||
}
|
||||
export const DEFAULT_TITLE_STYLE: ChartTextStyle = {
|
||||
show: true,
|
||||
fontSize: '18',
|
||||
fontSize: 16,
|
||||
color: '#ffffff',
|
||||
hPosition: 'left',
|
||||
vPosition: 'top',
|
||||
@ -349,7 +349,7 @@ export const DEFAULT_TITLE_STYLE: ChartTextStyle = {
|
||||
|
||||
export const DEFAULT_TITLE_STYLE_BASE: ChartTextStyle = {
|
||||
show: true,
|
||||
fontSize: '18',
|
||||
fontSize: 16,
|
||||
hPosition: 'left',
|
||||
vPosition: 'top',
|
||||
isItalic: false,
|
||||
|
Loading…
Reference in New Issue
Block a user