1
0
mirror of https://gitee.com/zoujingli/ThinkAdmin.git synced 2025-04-06 03:58:04 +08:00

修复autocompleter下拉框宽度自适应

Merge pull request  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

@ -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;