mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-04 23:56:37 +00:00
refactor(nc-gui): replace virtual cell icon with render fn
This commit is contained in:
@@ -126,7 +126,7 @@ export default defineComponent({
|
||||
return () => {
|
||||
if (!column.value) return null
|
||||
|
||||
return h(renderIcon(column.value, abstractType.value), { class: 'text-grey mx-1 !text-sm' })
|
||||
return h(renderIcon(column.value, abstractType.value), { class: 'text-grey mx-1 !text-xs' })
|
||||
}
|
||||
},
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user