gpt4 book ai didi

html - 选择标签的设置宽度不起作用

转载 作者:行者123 更新时间:2023-11-28 04:48:18 26 4
gpt4 key购买 nike

我已经尝试了几乎所有可以在 stackoverflow 上找到的东西例如

<select style="width:50px;">
//all my select options and stuff would be here

&

<select class="pleasekillme">
//all my select options and stuff would be here

<style>
.pleasekillme {
width: 50px;
}
</style>

&

<select width="50">
//all my select options and stuff would be here

我又试了几次,但什么都不奏效,请帮忙。

任何帮助将不胜感激

最佳答案

对我来说很好用

select {
width: 500px;
}

这是一个简单的 JsFiddle 工作原理:https://jsfiddle.net/un67fLxa/

关于html - 选择标签的设置宽度不起作用,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/39463139/

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