调整icon的对齐方式为中间居中

liutao_branch
绮梦 3 years ago
parent 1b6c9b2e29
commit 4d9ae73211

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

Loading…
Cancel
Save