Skip to content

Commit

Permalink
docs(comp:transfer): modify header suffix size of demo
Browse files Browse the repository at this point in the history
  • Loading branch information
sallerli1 committed Feb 20, 2023
1 parent e79c7c2 commit 64699e4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<span v-else> Target ({{ data.length }}) </span>
</template>
<template #headerSuffix>
<IxIcon name="plus" :onClick="handleSuffixClick" />
<IxIcon style="font-size: 16px" name="plus" :onClick="handleSuffixClick" />
</template>
</IxTransfer>
</template>
Expand Down

0 comments on commit 64699e4

Please sign in to comment.