对齐面包屑的图标和文字

This commit is contained in:
owen
2023-10-02 11:03:46 +08:00
parent 588ce1c9ae
commit 4c077711a1
2 changed files with 5 additions and 3 deletions

View File

@ -32,6 +32,7 @@ const getIconifyStyle = computed(() => {
const { color, size } = props
return {
fontSize: `${size}px`,
height: '1em',
color
}
})