提问人:Yahya Salamudin 提问时间:11/17/2023 最后编辑:async awaitYahya Salamudin 更新时间:11/18/2023 访问量:57
HTML 中的文本输入占位符溢出
Text Input Placeholder Overflowing in HTML
问:
<input
class="form-control"
style="width: 15rem; height: 15rem;"
v-model="formData.booking_code"
placeholder="Masukkan Kode Booking, contoh : XYBJLL"
/>
所以,我想在我的输入文本中添加一个占位符。但是它太长了,所以它溢出了,文本被切断了。
我想让占位符文本在到达边缘时继续到底部。
我不想使用文本区域,因为它不能垂直对齐
答: 暂无答案
评论
<span>