duhe
2025-07-15 1ce7fa1c227fab4b2a97dd61876db2dfa44cd236
WebTM/views/°¸Àý´úÂë/»ªÔ¶/HY_HistogramReport.html
@@ -47,7 +47,7 @@
                                <button class="layui-btn layuiadmin-btn-order" type="button" lay-submit="" lay-filter="btnReSearch" id="btnReSearch" style="padding:0 5px">重置</button>
                            </div>
                        </div>
                        <div id="HistogramReport" style = "background-color: black; height: 2000px; width: 100%; display: flex; justify-content: center;">
                        <div id="HistogramReport" style = "background-color: black; height: 2000px; width: 100%; display: flex; flex-direction: column; align-items:center;">
                        </div>
                    </form>
@@ -254,7 +254,7 @@
                            var HContainerElement_Set = document.createElement('div');                              //set容器
                            HContainerElement_Set.id = data[i]["HSetNo"];                                           //set容器的id为set号
                            HContainerElement_Set.className = "layui-inline";
                            HContainerElement_Set.style = "margin-left:20px;margin-top:50px;";
                            HContainerElement_Set.style = "margin-left:20px;margin-top:20px;";
                            //将set容器添加到直方图容器对象中
                            HContainerElement.appendChild(HContainerElement_Set);