fix(nc-gui): add nocodb import option

This commit is contained in:
Ramesh Mane
2025-07-11 05:58:18 +00:00
parent 9d4af70350
commit d4de046bf2
4 changed files with 13 additions and 2 deletions

View File

@@ -58,7 +58,11 @@ const selectable = computed(() => props.selectable ?? false)
&.nc-variant-large {
.ant-dropdown-menu-item,
.nc-ant-dropdown-menu-item-label {
@apply min-h-9 text-captionDropdownDefault;
@apply min-h-9;
}
.nc-menu-item-inner {
@apply !font-600;
}
}