简体   繁体   English

引导面板对齐

[英]Bootstrap Panel align

I have a question about Bootstrap Panel align. 我对Bootstrap面板对齐有疑问。

I have three tables on the Website. 我在网站上有三张桌子。 Left side top a short table (1) Under them a short table (3) and on the right side a long table (2). 左侧顶部的表(1)在它们短表(3)和在右侧的长表(2)。

Table 2 long content moves table 3 down. 表2的长内容将表3向下移动。

Current:
1 2
  2
  2
  2
3

I need:
1 2
3 2
  2
  2

How can i resolve the issue ? 我该如何解决该问题? Codepen 码笔

please fix the syntax error in your codepen project and see if it resolves the issue: 请在您的Codepen项目中修复语法错误,然后查看它是否可以解决问题:

<class="row flex>

change to 改成

<div class="row flex">

检查这里检查下面的答案一次可能对您有用

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM