mirror of
https://gitee.com/ElemeFE/element.git
synced 2024-12-02 12:18:46 +08:00
Autocomplete: update style (#13762)
fix regression introduced in pr #13266, where popper arrow is hidden
This commit is contained in:
parent
4f93968db4
commit
5fbb14d5eb
@ -15,14 +15,13 @@
|
||||
box-shadow: $--box-shadow-light;
|
||||
border-radius: $--border-radius-base;
|
||||
border: 1px solid $--border-color-light;
|
||||
overflow: hidden;
|
||||
box-sizing: border-box;
|
||||
background-color: $--color-white;
|
||||
|
||||
@include e(wrap) {
|
||||
max-height: 280px;
|
||||
padding: 10px 0;
|
||||
box-sizing: border-box;
|
||||
background-color: $--color-white;
|
||||
}
|
||||
|
||||
@include e(list) {
|
||||
|
Loading…
Reference in New Issue
Block a user