Skip to content

Commit 2389b68

Browse files
committed
fix(autocomplete): [autocomplete]fix autocomplete panel padding size
1 parent 32bd686 commit 2389b68

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

packages/theme/src/autocomplete/index.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141

4242
&__list.tiny-scrollbar__view {
4343
margin: 0;
44-
padding: 8px 0 2px;
44+
padding: 8px 0;
4545
}
4646

4747
& &__list-item {

packages/vue/src/autocomplete/src/pc.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@
6060
tag="ul"
6161
wrap-class="tiny-autocomplete-suggestion__wrap"
6262
view-class="tiny-autocomplete-suggestion__list"
63-
:margin-bottom-adjust="6"
6463
>
6564
<slot
6665
name="panel"

0 commit comments

Comments
 (0)