Merge pull request #200 from caeret/master

Fix css variables.
This commit is contained in:
Archer 2022-10-31 08:59:53 +08:00 committed by GitHub
commit 9cffbc9bd6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -220,10 +220,10 @@ export default defineComponent({
//
&__horizontal {
height: calc(~'var( - -top-tool-height)') !important;
height: calc(~'var(--top-tool-height)') !important;
:deep(.@{elNamespace}-menu--horizontal) {
height: calc(~'var( - -top-tool-height)');
height: calc(~'var(--top-tool-height)');
border-bottom: none;
//
& > .@{elNamespace}-sub-menu.is-active {