gpt4 book ai didi

html - 宽度自动不适用于文本区域

转载 作者:太空宇宙 更新时间:2023-11-04 11:28:01 25 4
gpt4 key购买 nike

width:auto; 在 textarea 上不起作用,为什么?

我想要的屏幕:here

演示:JSFiddle

最佳答案

您似乎通过 JS 应用了宽度,但要让您的代码按您希望的方式工作,您只需添加:

.newSujetText {
margin-left: 115px; /* width of .userpost plus 10px padding */
margin-right: 10px; /* add a bit of space from containers edge */
}
.newSujet {
min-width: 100%; /* make textarea 100% of container */
max-width: 100%; /* stop user from being able to make textarea bigger than container */
}

参见:https://jsfiddle.net/oyqLjjL1/

山姆。

关于html - 宽度自动不适用于文本区域,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/32228778/

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