Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个大约 150 像素宽的地址的文本输入。我有谷歌自动完成链接到它,但是因为输入框太小,谷歌自动完成也和输入一样小。我希望自动完成功能打开全尺寸,这样我实际上可以读取它提供的地址。有没有办法做到这一点?
类 pac 输入
.pac-input { background-color: #fff; font-family: Roboto; font-size: 15px; font-weight: 300; margin-left: 12px; padding: 0 11px 0 13px; text-overflow: ellipsis; width: 400px; }