perf: fix style

This commit is contained in:
kooriookami 2021-06-19 14:48:57 +08:00 committed by Herrington Darkholme
parent b2a78c1e50
commit 47e1fe91cb

View File

@ -16,7 +16,6 @@
}
@include b(cascader-menu) {
height: unset !important;
min-width: 180px;
box-sizing: border-box;
color: $--cascader-menu-font-color;
@ -31,7 +30,10 @@
}
@include e(wrap) {
max-height: 204px;
// Raise the priority
&.el-scrollbar__wrap {
height: 204px;
}
}
@include e(list) {