gpt4 book ai didi

javascript - Bootstrap textarea 在 Firefox 中呈现奇怪和丑陋

转载 作者:行者123 更新时间:2023-11-27 23:46:35 26 4
gpt4 key购买 nike

我正在尝试使用 Bootstrap 制作主题,但我在使用 textarea 时遇到了问题。它在 chrome 和基于 chrome 的浏览器中运行良好,但在 firefox 中看起来奇怪且丑陋。 Here is a working fiddle (在 Firefox 中打开)。

我该如何解决???我希望它看起来很正常。而且我不想通过解决这个问题来破坏其他任何东西。

<div>
<br />
<br />
<textarea id="s" type="text" name="s" value="Enter Text" ></textarea>
</div>

最佳答案

将此添加到您的 css 部分:

textarea {
border: 1px solid #eee;
}

关于javascript - Bootstrap textarea 在 Firefox 中呈现奇怪和丑陋,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/29582646/

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