Netfan
1 year ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
packages/@core/ui-kit/layout-ui/src/components/layout-sidebar.vue
|
|
|
@ -166,7 +166,7 @@ const headerStyle = computed((): CSSProperties => { |
|
|
|
|
|
|
|
return { |
|
|
|
...(isSidebarMixed ? { display: 'flex', justifyContent: 'center' } : {}), |
|
|
|
height: `${headerHeight}px`, |
|
|
|
height: `${headerHeight - 1}px`, |
|
|
|
...contentWidthStyle.value, |
|
|
|
}; |
|
|
|
}); |
|
|
|
|