wendell0316
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
src/components/Menu/src/BasicMenu.tsx
|
|
|
@ -104,7 +104,7 @@ export default defineComponent({ |
|
|
|
return { |
|
|
|
height: isHorizontal |
|
|
|
? `calc(100% + 1px)` |
|
|
|
: `calc(100% - ${props.showLogo ? '48px' : '0'})`, |
|
|
|
: `calc(100% - ${props.showLogo ? '48px' : '0px'})`, |
|
|
|
overflowY: isHorizontal ? 'hidden' : 'auto', |
|
|
|
}; |
|
|
|
} |
|
|
|
|