autocomplete: update style and fix #13129 (#13266)

pull/13279/head
liuchuzhang 2018-11-02 14:25:07 +08:00 committed by hetech
parent bcef4d9e35
commit f98e797d48
1 changed files with 3 additions and 2 deletions

View File

@ -14,6 +14,9 @@
margin: 5px 0;
box-shadow: $--box-shadow-light;
border-radius: $--border-radius-base;
border: 1px solid $--border-color-light;
overflow: hidden;
box-sizing: border-box;
@include e(wrap) {
max-height: 280px;
@ -21,8 +24,6 @@
box-sizing: border-box;
overflow: auto;
background-color: $--color-white;
border: 1px solid $--border-color-light;
border-radius: $--border-radius-base;
}
@include e(list) {