Merge branch 'main' into next

This commit is contained in:
nocobase[bot] 2025-04-22 03:37:11 +00:00
commit ad0b48a26c
2 changed files with 4 additions and 5 deletions

View File

@ -352,11 +352,6 @@ const InternalSchemaToolbar: FC<SchemaToolbarProps> = React.memo((props) => {
}
}
// const style = window.getComputedStyle(parentElement);
// if (style.position === 'static') {
// parentElement.style.position = 'relative';
// }
el.addEventListener('mouseenter', show);
el.addEventListener('mouseleave', hide);
return () => {

View File

@ -29,6 +29,10 @@ export const useStyles = genStyleHook('nb-mobile-navigation-bar-action', (token)
display: 'flex',
alignItems: 'center',
justifyContent: 'center',
'& > span': {
position: 'relative',
},
},
'.nb-navigation-bar-action-title': {
fontSize: 17,