W3Cschool
恭喜您成為首批注冊(cè)用戶
獲得88經(jīng)驗(yàn)值獎(jiǎng)勵(lì)
提示框浮層的文本樣式。
grid.tooltip.textStyle.color | Color
[ default: '#fff' ]
文字的顏色。
grid.tooltip.textStyle.fontStyle | string
[ default: 'normal' ]
文字字體的風(fēng)格
可選:
grid.tooltip.textStyle.fontWeight | string
[ default: normal ]
文字字體的粗細(xì)
可選:
grid.tooltip.textStyle.fontFamily | string
[ default: 'sans-serif' ]
文字的字體系列
還可以是 'serif' , 'monospace', 'Arial', 'Courier New', 'Microsoft YaHei', ...
grid.tooltip.textStyle.fontSize | number
[ default: 14 ]
文字的字體大小
grid.tooltip.textStyle.lineHeight | number
行高。
rich 中如果沒有設(shè)置 lineHeight,則會(huì)取父層級(jí)的 lineHeight。例如:
{
lineHeight: 56,
rich: {
a: {
// 沒有設(shè)置 `lineHeight`,則 `lineHeight` 為 56
}
}
}
grid.tooltip.textStyle.width | number, string
文字塊的寬度。一般不用指定,不指定則自動(dòng)是文字的寬度。在想做表格項(xiàng)或者使用圖片(參見 backgroundColor)時(shí),可能會(huì)使用它。
注意,文字塊的 width 和 height 指定的是內(nèi)容高寬,不包含 padding。
width 也可以是百分比字符串,如 '100%'。表示的是所在文本塊的 contentWidth(即不包含文本塊的 padding)的百分之多少。之所以以 contentWidth 做基數(shù),因?yàn)槊總€(gè)文本片段只能基于 content box 布局。如果以 outerWidth 做基數(shù),則百分比的計(jì)算在實(shí)用中不具有意義,可能會(huì)超出。
注意,如果不定義 rich 屬性,則不能指定 width 和 height。
grid.tooltip.textStyle.height | number, string
文字塊的高度。一般不用指定,不指定則自動(dòng)是文字的高度。在使用圖片(參見 backgroundColor)時(shí),可能會(huì)使用它。
注意,文字塊的 width 和 height 指定的是內(nèi)容高寬,不包含 padding。
注意,如果不定義 rich 屬性,則不能指定 width 和 height。
grid.tooltip.textStyle.textBorderColor | string
[ default: 'transparent' ]
文字本身的描邊顏色。
grid.tooltip.textStyle.textBorderWidth | number
[ default: 0 ]
文字本身的描邊寬度。
grid.tooltip.textStyle.textShadowColor | string
[ default: 'transparent' ]
文字本身的陰影顏色。
grid.tooltip.textStyle.textShadowBlur | number
[ default: 0 ]
文字本身的陰影長(zhǎng)度。
grid.tooltip.textStyle.textShadowOffsetX | number
[ default: 0 ]
文字本身的陰影 X 偏移。
grid.tooltip.textStyle.textShadowOffsetY | number
[ default: 0 ]
文字本身的陰影 Y 偏移。
Copyright©2021 w3cschool編程獅|閩ICP備15016281號(hào)-3|閩公網(wǎng)安備35020302033924號(hào)
違法和不良信息舉報(bào)電話:173-0602-2364|舉報(bào)郵箱:jubao@eeedong.com
掃描二維碼
下載編程獅App
編程獅公眾號(hào)
聯(lián)系方式:
更多建議: