mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-06 03:58:04 +08:00
autocompleter下拉框宽度自适应
This commit is contained in:
parent
958d357a03
commit
56d2292ece
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user