fix: fix style of page tab (#2270)

This commit is contained in:
被雨水过滤的空气-Rain 2023-07-19 09:41:22 +08:00 committed by GitHub
parent 86749255ae
commit a57b4a8359
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -66,10 +66,10 @@ export const useStyles = genStyleHook('nb-page', (token) => {
'&:hover': { '> .general-schema-designer': { display: 'block' } },
'&.nb-action-link': {
'> .general-schema-designer': {
top: 'var(--nb-designer-offset)',
bottom: 'var(--nb-designer-offset)',
right: 'var(--nb-designer-offset)',
left: 'var(--nb-designer-offset)',
top: '-10px',
bottom: '-10px',
left: '-10px',
right: '-10px',
},
},
'> .general-schema-designer': {