VTable icon indicating copy to clipboard operation
VTable copied to clipboard

[Feature] tooltipStyle 希望可以配置边框样式

Open jickchen34 opened this issue 1 year ago • 1 comments

What problem does this feature solve?

tooltipStyle 可以配置边框样式

What does the proposed API look like?

export type TooltipStyle = { fontFamily?: string; fontSize?: number; color?: string; padding?: number[]; bgColor?: string; borderColor?:string; radius?:number; };

jickchen34 avatar Jan 12 '24 05:01 jickchen34