!23 修复autocompleter下拉框宽度自适应

Merge pull request !23 from Gamit/v6
This commit is contained in:
Anyon 2022-02-14 05:01:43 +00:00 committed by Gitee
commit 0d2211197b
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -1,7 +1,7 @@
.autocompleter { .autocompleter {
left: 0; left: 0;
top: 37px; top: 37px;
width: 100%; min-width: 100%;
z-index: 100; z-index: 100;
background: #fff; background: #fff;
position: absolute; position: absolute;