Commit 4d9ae732 by 绮梦

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

parent 1b6c9b2e
......@@ -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>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment