mirror of
https://github.com/element-plus/element-plus.git
synced 2025-01-24 11:05:17 +08:00
fix: fix height
This commit is contained in:
parent
99db792df9
commit
b2a78c1e50
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user