如果包含数据,则引导面板会相互推送

时间:2017-04-10 17:06:10

标签: html

我不确定如何准确地描述这个问题,但最后如果我的Bootstrap面板包含数据,那么第二个会被推下一点。我附上了下面的图片。

enter image description here

左侧HTML面板



<div class="panel panel-default text-left fw-6" style="overflow: hidden;">
  <div class="panel-heading"> 
      <h3 class="panel-title"><b>Stats</b></h3>
  </div>
  <div class="panel-body">
      <div class="info" style="text-align: center; font-weight: bold; font-size: 30px">data</div>
      <div class="break" style="height: 1px; background-color: black; overflow: hidden; margin: 9px"></div>
      <div class="totalBet" style="text-align: center; font-weight: bold; font-size: 16px;">data</div>
      <div class="totalProfit" style="text-align: center; font-weight: bold; font-size: 16px;">data</div>
  </div>
</div>
&#13;
&#13;
&#13;

右边的小组

&#13;
&#13;
<div class="panel panel-default text-left fw-6" style="overflow: hidden;">
  <div class="panel-heading">
    <h3 class="panel-title"><b>Transactions</b></h3>
  </div>
  <div class="panel-body">
    <table class="table table-striped no-footer">
      <tbody>
        <tr>
          <th>ID</th>
          <th>Type</th>
          <th>Amount</th>
          <th>Time</th>
          <th>Transaction Hash</th>
        </tr>
      </tbody>
    </table>
  </div>
</div>
&#13;
&#13;
&#13;

0 个答案:

没有答案