gpt4 book ai didi

css - 如何减少 bootstrap 3 中 SELECT 的宽度和高度

转载 作者:行者123 更新时间:2023-11-28 17:09:23 24 4
gpt4 key购买 nike

我怎样才能结合 form-control 和 input-mini 来得到一个宽度大约为 60px 高度大约为 20px 的 SELECT?

<select id="RoleSelect" class="form-control input-mini { width: 60px; }" runat="server">

我创建了一个 fiddle 。 https://jsfiddle.net/baileyjames9/c8be067k/2/

最佳答案

你可以为此使用 style 属性,或者在另一个文件中为 form-control input-mini 定义 css。

    .form-control.input-mini {
width: 60px;
height: 20px;
}

关于css - 如何减少 bootstrap 3 中 SELECT 的宽度和高度,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/29575697/

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