背景
用于小程序的Icon字符的展示
# 使用
<template>
<suit-icon marginLeft="0" name="guanlirenyuan" color="#ffffff" size="19" ></suit-icon>
</template>
<script>
export default {
data(){},
methods:{}
}
</script>
属性 | 描述 | 类型 | 可选值 | 默认值 |
---|---|---|---|---|
name | icon类名 | String | —— | —— |
color | icon颜色 | String | —— | rgba(0,0,0,25%) |
size | icon字体大小 | String, Number | —— | 24 |
marginLeft | icon左边距 | String | —— | 8rpx |
marginRight | icon右边距 | String | —— | —— |
fontWeight | icon字体粗细 | String, Number | —— | —— |
stop | 点击icon是否阻止事件传播 | Boolean | —— | uni.$u.props.icon.stop |
# 事件
事件名称 | 说明 | 回调参数 |
---|---|---|
tap | 阻止点击事件的传播 | —— |