mirror of https://github.com/ElemeFE/element
Dropdown: fix style (#14907)
parent
070bf1fd1b
commit
42c2e2371d
|
@ -69,8 +69,6 @@
|
||||||
border: 1px solid $--border-color-lighter;
|
border: 1px solid $--border-color-lighter;
|
||||||
border-radius: $--border-radius-base;
|
border-radius: $--border-radius-base;
|
||||||
box-shadow: $--dropdown-menu-box-shadow;
|
box-shadow: $--dropdown-menu-box-shadow;
|
||||||
max-height: 400px;
|
|
||||||
overflow: auto;
|
|
||||||
|
|
||||||
@include e(item) {
|
@include e(item) {
|
||||||
list-style: none;
|
list-style: none;
|
||||||
|
|
Loading…
Reference in New Issue