调整icon的大小

(cherry picked from commit afaf7749c2)
This commit is contained in:
绮梦 2023-08-26 13:45:59 +08:00 committed by shizhong
parent ae0982ee44
commit a5046fd527

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>