鸿蒙OS JS API参考 组件span
2020-09-17 14:50 更新
作为<text>子组件提供文本修饰能力。
支持设备
智慧屏 | 智能穿戴 |
---|---|
支持 | 支持 |
权限列表
无
子组件
支持子组件<span>。
属性
名称 | 类型 | 默认值 | 必填 | 描述 |
---|---|---|---|---|
id | string | - | 否 | 组件的唯一标识。 |
style | string | - | 否 | 组件的样式声明。 |
class | string | - | 否 | 组件的样式类,用于引用样式表。 |
ref | string | - | 否 | 用来指定指向子元素或子组件的引用信息,该引用将注册到父组件的$refs 属性对象上。 |
data | string | - | 否 | 给当前组件设置data属性,进行相应的数据存储和读取。 |
事件
不支持。
样式
名称 | 类型 | 默认值 | 必填 | 描述 |
---|---|---|---|---|
color | <color> | - | 否 | 设置文本段落的文本颜色 |
font-size | <length> | 30px | 否 | 设置文本段落的文本尺寸 |
allow-scale | boolean | true | 否 | 设置文本段落的文本尺寸是否跟随系统设置字体缩放尺寸进行放大缩小。说明如果在config描述文件中针对ability配置了fontSize的config-changes标签,则应用不会重启而直接生效。 |
font-style | string | normal | 否 | 设置文本段落的字体样式,见text组件font-style的样式属性。 |
font-weight | number | string | normal | 否 | 设置文本段落的字体粗细,见text组件font-weight的样式属性。 |
text-decoration | string | none | 否 | 设置文本段落的文本修饰,见text组件text-decoration样式属性。 |
font-family | string | sans-serif | 否 | 设置文本段落的字体列表,用逗号分隔,每个字体用字体名或者字体族名设置。列表中第一个系统中存在的或者通过自定义字体指定的字体,会被选中作为文本的字体。 |
以上内容是否对您有帮助:
更多建议: