调整icon的大小

(cherry picked from commit afaf7749c2)
pull/245/head
绮梦 2023-08-26 13:45:59 +08:00 committed by shizhong
parent ae0982ee44
commit a5046fd527
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ const { label } = defineProps({
<template>
<div class="cell-item">
<Icon :icon="icon" v-if="icon" style="vertical-align: middle" />
<Icon :icon="icon" v-if="icon" style="vertical-align: middle" :size="18" />
{{ label }}
</div>
</template>