fix: sidebar header height (#5183)
This commit is contained in:
parent
85cbb3b842
commit
1853ba1d60
@ -166,7 +166,7 @@ const headerStyle = computed((): CSSProperties => {
|
||||
|
||||
return {
|
||||
...(isSidebarMixed ? { display: 'flex', justifyContent: 'center' } : {}),
|
||||
height: `${headerHeight}px`,
|
||||
height: `${headerHeight - 1}px`,
|
||||
...contentWidthStyle.value,
|
||||
};
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user