-
Notifications
You must be signed in to change notification settings - Fork 674
Closed
Description
增加 uni-fab 图标自定义属性
文件 uni-fab.vue
第36行属性 type 改为 :type="styles.icon"。
修改后:
<uni-icons
class="fab-circle-icon"
:type="styles.icon" //修改位置
:color="styles.iconColor" size="32"
:class="{'uni-fab__plus--active': isShow && content.length > 0}">
</uni-icons>
第111行styles增加 icon字段。
修改后:
styles: {
color: '#3c3e49',
selectedColor: '#007AFF',
backgroundColor: '#fff',
buttonColor: '#007AFF',
iconColor: '#fff',
icon:'plusempty'//新增字段
}
Metadata
Metadata
Assignees
Labels
No labels
