mirror of
https://gitee.com/dapppp/ruoyi-plus-vben5.git
synced 2026-03-16 01:32:02 +08:00
fix: sidebar header height (#5183)
This commit is contained in:
@@ -166,7 +166,7 @@ const headerStyle = computed((): CSSProperties => {
|
||||
|
||||
return {
|
||||
...(isSidebarMixed ? { display: 'flex', justifyContent: 'center' } : {}),
|
||||
height: `${headerHeight}px`,
|
||||
height: `${headerHeight - 1}px`,
|
||||
...contentWidthStyle.value,
|
||||
};
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user