autocompleter下拉框宽度自适应

This commit is contained in:
liupf 2022-02-12 21:54:54 +08:00
parent 958d357a03
commit 56d2292ece

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;