【发布时间】:2023-02-04 18:45:09
【问题描述】:
标签: html css bootstrap-5
标签: html css bootstrap-5
<div class="row">
<div class="col">
Your table
</div>
<div class="col">
Widget here
</div>
</div>
【讨论】:
可能您需要使用正确设置的网格系统创建布局 (https://getbootstrap.com/docs/5.2/forms/layout/),并为您的小部件留出位置。因此,首先要了解 bootsrap 中的布局和网格系统。
【讨论】: