可以用Text span去实现 可参考文档:https://developer.huawei.com/consumer/cn/doc/harmonyos-references-V5/ts-basic-components-text-V5DEMO:Row() { Text() { Span('9999').fontSize(18).fontColor(Color.Orange) Span('.00').fontSize(12).fontColor(Color.Orange) } }.width('100%').height('100%')
可以用Text span去实现 可参考文档:https://developer.huawei.com/consumer/cn/doc/harmonyos-references-V5/ts-basic-components-text-V5DEMO: