fix(nc-gui): keep header cell icon size consistent

This commit is contained in:
Ramesh Mane
2024-01-20 11:37:17 +00:00
parent 22220fd238
commit 24f4dcbcbe
4 changed files with 12 additions and 7 deletions

View File

@@ -104,7 +104,7 @@ export default defineComponent({
const { icon: Icon, color } = renderIcon(column.value, relationColumn)
return h(Icon, { class: `${color} mx-1` })
return h(Icon, { class: `${color} mx-1 nc-virtual-cell-icon` })
}
},
})