fui-preview
This commit is contained in:
@ -163,6 +163,7 @@ export default {
|
||||
buttons: 'buttons',
|
||||
text: 'text',
|
||||
color: 'color',
|
||||
icon:'icon',
|
||||
}
|
||||
},
|
||||
watch: {
|
||||
@ -307,7 +308,7 @@ export default {
|
||||
:style="{ fontSize: `${btnSize}rpx`, color: btn[color] || '#465CFF' }"
|
||||
:class="{ 'fui-preview__link': !btn[color] }"
|
||||
>
|
||||
{{ btn[text] }}
|
||||
{{ btn[text] }}
|
||||
</text>
|
||||
</view>
|
||||
</view>
|
||||
|
Reference in New Issue
Block a user