Files
Situation-Awareness-Platfor…/src/components/GText
2025-03-12 18:41:20 +08:00
..
2025-03-12 18:41:20 +08:00
2025-03-12 18:41:20 +08:00

Props

参数 说明 类型 可选值 默认值
config? 配置参数,是否启用省略,文本显示多少行以后进行省略 { ellipse?: boolean; line?: number; tooltip?: boolean; showAll?: boolean } { ellipse: true, line: 1, tooltip: true, showAll: false }

Slots

参数 说明
default 文本插槽