gpt4 book ai didi

html - 将导航栏中搜索框的大小更改为其原始大小

转载 作者:行者123 更新时间:2023-11-28 17:29:35 27 4
gpt4 key购买 nike

This is how my navbar looks

<form class="navbar-form navbar-left navbar-input-group" role="search" name="basicSearch" id="basicSearch">
<div class="form-group">
<div class="input-group" style="">
<input type="text" id="users" class="form-control" placeholder="Search Customer ...">
<span style="" class="input-group-btn">
<button class="btn btn-default" type="button">Go!</button>
</span>
</div>
</div>
</form>

但是搜索框的实际大小是这样的 enter image description here

有人可以建议我如何将导航框输入大小更改为默认大小吗

最佳答案

将以下几行添加到您的网页中

$w=document.getElementById("nav3").offsetWidth;

$("#navBarSearchForm input[type=text]").width($w/2);

它会改变您的搜索框的长度。

关于html - 将导航栏中搜索框的大小更改为其原始大小,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/37321742/

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