gpt4 book ai didi

html - Bootstrap 隐藏元素在展开时会超出容器

转载 作者:行者123 更新时间:2023-11-28 04:18:14 27 4
gpt4 key购买 nike

我有一个显示许多实时图表和仪表的网站,最初都隐藏在抽屉里。这些图表是使用 plotly.js 库制作的。这些仪表是用 JustGage 完成的。容器的代码如下:

<div class="col-xs-12 col-sm-12 col-md-6 col-lg-5 statistics">
<div class="centered-text">
<div class="container-fluid">
<div class="panel panel-info">
<div class="panel-heading">
<h3 class="panel-heading">Statistics Panel</h3>
</div>
<ul class="list-group">

<!-- Base Station Panel -->
<li class="list-group-item">
<div class="row toggle" id="dropdown-detail-1" data-toggle="detail-1">
<div class="col-lg-10 text-left">
Base Station
</div>
<div class="col-lg-2"><i class="fa fa-chevron-down pull-right"></i></div>
</div>
<div id="detail-1">
<hr></hr>
<div class="container-fluid">
<div class="fluid-row">
<div class="col-lg-6">
<div id="happygraph1"></div>
<input id="happybutton1" type="button" value="View History"
onclick="happygraph1.changeMode();"/>
</div>
<div class="col-lg-6">
<div id="happygraph2"></div>
<input id="happybutton2" type="button" value="View History"
onclick="happygraph2.changeMode();"/>
</div>
</div>
<div class="fluid-row">
<div class="col-lg-6">
<div id="happygraph3"></div>
<input id="happybutton3" type="button"
value="View History" onclick="happygraph3.changeMode();"/>
</div>
</div>
<div class="container-fluid">
<div class="fluid-row">
<div class="col-sm-6">
<div id="happygauge1 style="height: 250px; width: 300px;"></div>
</div>
</div>
<div class="col-sm-6">
<div id="happygauge2" style="height: 250px; width: 300px;"></div>
</div>
</div>
</div>
</div>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>

问题在于,当页面加载时,如果数据在隐藏元素展​​开之前就开始出现在图表上,则图表的容器会扩展到新展开的元素之外。但是,如果元素先展开,然后数据进来,它就会完全按照它应该的方式运行。仪表没有问题。

这是它工作时的屏幕截图: graph containers stay within element

这是在开始绘制数据后展开元素时的屏幕截图:graph containers expand out of element

抽屉(以及一般的布局)由 Bootstrap 完成。是什么导致容器破裂?我试过使用流体行和容器属性,但无济于事。提前致谢。

最佳答案

问题似乎根本不在于 Bootstrap,而在于 Plotly 中设置的一些布局选项。只有在隐藏加载时,Plotly 才会将图表的大小设置为比容器大得多。

关于html - Bootstrap 隐藏元素在展开时会超出容器,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/42371014/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com