mirror of
https://gitee.com/nocobase/nocobase.git
synced 2025-07-02 11:12:20 +08:00
Merge branch 'main' into next
This commit is contained in:
commit
ad0b48a26c
@ -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('mouseenter', show);
|
||||||
el.addEventListener('mouseleave', hide);
|
el.addEventListener('mouseleave', hide);
|
||||||
return () => {
|
return () => {
|
||||||
|
@ -29,6 +29,10 @@ export const useStyles = genStyleHook('nb-mobile-navigation-bar-action', (token)
|
|||||||
display: 'flex',
|
display: 'flex',
|
||||||
alignItems: 'center',
|
alignItems: 'center',
|
||||||
justifyContent: 'center',
|
justifyContent: 'center',
|
||||||
|
|
||||||
|
'& > span': {
|
||||||
|
position: 'relative',
|
||||||
|
},
|
||||||
},
|
},
|
||||||
'.nb-navigation-bar-action-title': {
|
'.nb-navigation-bar-action-title': {
|
||||||
fontSize: 17,
|
fontSize: 17,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user