Fix css variables.

master
Caeret 3 years ago committed by GitHub
parent 8bdfba3cb0
commit 03aa3a74e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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 {

Loading…
Cancel
Save