From 5efebb555efd984f3dd35de83e465cd53aaf8175 Mon Sep 17 00:00:00 2001 From: riku <risaku@163.com> Date: 星期五, 26 四月 2024 10:34:51 +0800 Subject: [PATCH] 完善左上角切换监测因子后,折线图联动切换功能 --- lib/dialog.js | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/lib/dialog.js b/lib/dialog.js index 0314f39..0166bcd 100644 --- a/lib/dialog.js +++ b/lib/dialog.js @@ -73,7 +73,7 @@ tag += "<div class='time'>" + '鏃堕棿: ' + time; // 閬嶅巻绔欑偣鏁版嵁涓殑姣忎竴椤圭洃娴嬪洜瀛愶紝鐢熸垚椤甸潰 - content += "<table class='text-table'>"; + content += "<div><table class='text-table'>"; var _contents = new Map(); factorList.forEach((f) => { // 鍒犻�変笉鏄剧ず鐨勫洜瀛� @@ -131,7 +131,9 @@ content += _contents.get(e); }); - content += '</table>'; + // content += + + content += '</table></div>'; var info = document.createElement('div'); // info.className = "custom-info input-card content-window-card"; -- Gitblit v1.9.3