fix: fix height

This commit is contained in:
kooriookami 2021-06-18 19:31:40 +08:00 committed by Herrington Darkholme
parent 99db792df9
commit b2a78c1e50

View File

@ -16,6 +16,7 @@
}
@include b(cascader-menu) {
height: unset !important;
min-width: 180px;
box-sizing: border-box;
color: $--cascader-menu-font-color;
@ -23,6 +24,7 @@
&:last-child {
border-right: none;
.#{$namespace}-cascader-node {
padding-right: 20px;
}
@ -82,6 +84,7 @@
&:not(.is-disabled) {
cursor: pointer;
&:hover, &:focus {
background: $--cascader-node-background-hover;
}