mirror of
https://gitee.com/element-plus/element-plus.git
synced 2024-12-04 20:27:44 +08:00
perf: fix style
This commit is contained in:
parent
b2a78c1e50
commit
47e1fe91cb
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user