小编Emi*_*ido的帖子

Bootstrap 5 输入文本右对齐

我想显示右对齐的输入值。我怎样才能做到这一点?

你可以在图片中看到我想要的东西。

我的代码如下:

<td style="text-align:center; vertical-align: middle; padding: 8px 18px;">
    <input type="text" class="form-control float-end" id="orden${count}" value="${c}">
</td>
Run Code Online (Sandbox Code Playgroud)

javascript css text-align input bootstrap-5

3
推荐指数
1
解决办法
1万
查看次数

标签 统计

bootstrap-5 ×1

css ×1

input ×1

javascript ×1

text-align ×1