gpt4 book ai didi

html - 在 Bootstrap 中强制文本区域中的文本从最左端开始时遇到问题

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

如果我不小心将光标放在文本区域的较早位置,它会从那里开始书写,并在开头留下一些我不想要的空格。我想强制它从最左边开始,就像在输入框中一样。这是代码和附加的屏幕截图以供引用:

<label>Post your query below!</label>
<textarea class="sidebar_area" id="sender_query" placeholder="Write your [enter image description here][1]query here! " rows="4" cols="23">
</textarea>

<button type="submit" class="send_button" id="send_button">Send</button>

最佳答案

只需确保 <textarea> 之间没有空格即可和 </textarea>标签

<textarea class="sidebar_area" id="sender_query" placeholder="Write your [enter image 
description here][1]query here! " rows="4" cols="23"></textarea>

关于html - 在 Bootstrap 中强制文本区域中的文本从最左端开始时遇到问题,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/53651516/

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