Skip to content

Commit de1f868

Browse files
committed
autocomplete: 加宽度
1 parent 75f96f3 commit de1f868

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

autocomplete/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
}
3333

3434
@media screen and (min-width: 481px){
35-
.ac-list-container { max-height: 300px; margin-top: 10px; border: 1px solid #eee; border-radius: 0 0 5px 5px; box-shadow: 3px 3px 3px #ccc; }
35+
.ac-list-container { width: 290px; max-height: 300px; margin-top: 10px; border: 1px solid #eee; border-radius: 0 0 5px 5px; box-shadow: 3px 3px 3px #ccc; }
3636
.ac-input { width: 290px; }
3737
}
3838
</style>

0 commit comments

Comments
 (0)