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

@@ -71,7 +71,7 @@ const props = withDefaults(
}
&.nc-variant-large .nc-submenu-title {
@apply min-h-9;
@apply min-h-9 !font-600;
}
&:not(.ant-dropdown-menu-submenu-disabled) {
@@ -133,6 +133,10 @@ const props = withDefaults(
.nc-ant-dropdown-menu-item-label {
@apply min-h-9;
}
.nc-menu-item-inner {
@apply !font-600;
}
}
.nc-ant-dropdown-menu-item-label {