调整icon的对齐方式为中间居中
(cherry picked from commit 4d9ae7321138221a50c9974d2f58bba6be7da09c)
This commit is contained in:
parent
9f4751b1d7
commit
8c1772c64c
@ -13,7 +13,7 @@ const { label } = defineProps({
|
|||||||
|
|
||||||
<template>
|
<template>
|
||||||
<div class="cell-item">
|
<div class="cell-item">
|
||||||
<Icon :icon="icon" />
|
<Icon :icon="icon" v-if="icon" style="vertical-align: middle" />
|
||||||
{{ label }}
|
{{ label }}
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user