chore: 菜单图标列没有居中对齐
This commit is contained in:
parent
88a722a298
commit
4ea9b0d342
@ -73,7 +73,9 @@ export const columns: VxeGridProps['columns'] = [
|
|||||||
if (row?.icon === '#') {
|
if (row?.icon === '#') {
|
||||||
return '';
|
return '';
|
||||||
}
|
}
|
||||||
return renderIcon(row.icon);
|
return (
|
||||||
|
<span class={'flex justify-center'}>{renderIcon(row.icon)}</span>
|
||||||
|
);
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user