leafer-ui
leafer-ui copied to clipboard
当text.textDecoration = 'under'时,没办法设置下划线和字之间的间距
type ITextDecoration = | 'under' // 下划线 | 'delete' // 删除线 | 'under-delete' // 下划线 + 删除线 | 'none' | ITextDecorationData
interface ITextDecorationData { type: ITextDecorationType // 装饰线类型 under / delete / under-delete color: IColor // 装饰线颜色 }
能不能加个类似 css 的 text-underline-offset 属性
可以加,谢谢反馈~
已经支持,请关注稍后网站的更新日志