gpt4 book ai didi

search - Google map 搜索栏在 GWT 中调整大小

转载 作者:行者123 更新时间:2023-12-02 04:32:40 25 4
gpt4 key购买 nike

我有一个 gwt 应用程序,它使用 mapWidget 的 map api。我使用 setGoogleBarEnabled(true) 添加了 map 的集成搜索。它工作正常,但输入字段的高度是 6px。我怎样才能调整它的大小?谢谢巴林特

最佳答案

默认情况下,Google 搜索栏的高度应为 15 像素,据我通过检查启用搜索栏的 Google map 的 DOM 所了解的。

这是搜索栏在 DOM 中的样子:

<div id=":0:formId" class="gels-form-div">
<img id=":0:logoId" class="gels-logo" src="http://www.google.com/uds/modules/elements/localsearch/logo_66x22.png">
<input id=":0:inputId" class="gels-input" type="text" name="search" title="search" value="search the map" style="width: 153px; ">
<input id=":0:buttonId" class="gels-button" type="submit" value="Search" title="search">
</div>

确保您的应用程序不会覆盖 gels-input 类的高度。如果这没有帮助,您可能需要自己覆盖高度:

input.gels-input {
height: 15px;
}

关于search - Google map 搜索栏在 GWT 中调整大小,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2521747/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com