From 1ce7fa1c227fab4b2a97dd61876db2dfa44cd236 Mon Sep 17 00:00:00 2001
From: duhe <226547893@qq.com>
Date: 星期二, 15 七月 2025 14:59:06 +0800
Subject: [PATCH] 华远:直观图界面调整

---
 WebTM/views/案例代码/华远/HY_HistogramReport.html |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git "a/WebTM/views/\346\241\210\344\276\213\344\273\243\347\240\201/\345\215\216\350\277\234/HY_HistogramReport.html" "b/WebTM/views/\346\241\210\344\276\213\344\273\243\347\240\201/\345\215\216\350\277\234/HY_HistogramReport.html"
index 01392c4..b06c0c3 100644
--- "a/WebTM/views/\346\241\210\344\276\213\344\273\243\347\240\201/\345\215\216\350\277\234/HY_HistogramReport.html"
+++ "b/WebTM/views/\346\241\210\344\276\213\344\273\243\347\240\201/\345\215\216\350\277\234/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瀹瑰櫒鐨刬d涓簊et鍙�
                             HContainerElement_Set.className = "layui-inline";
-                            HContainerElement_Set.style = "margin-left:20px;margin-top:50px;";
+                            HContainerElement_Set.style = "margin-left:20px;margin-top:20px;";
 
                             //灏唖et瀹瑰櫒娣诲姞鍒扮洿鏂瑰浘瀹瑰櫒瀵硅薄涓�
                             HContainerElement.appendChild(HContainerElement_Set);

--
Gitblit v1.9.1