This commit is contained in:
koko 2024-08-23 09:45:52 +08:00
parent 6aac7bfc6d
commit 5ffa32a2fe
2 changed files with 7 additions and 6 deletions

View File

@ -1,7 +1,7 @@
<main id="js-page-content" role="main" class="page-content">
<main id="js-page-content" role="main" class="container-fluid">
<div class="row">
<div class="d-flex mb-2">
<div class="d-flex ml-4 mt-5 mb-2">
<h1 class="p-2 mb-0">太陽能管理</h1>
<button
class="btn btn-info btn-m-s btn-sm"

View File

@ -243,10 +243,11 @@
$(function () {
initializePage();
changeTabs();
renderHeatmapChart();
renderPowerChart();
setTimeout(() => {
changeTabs();
renderHeatmapChart();
renderPowerChart();
}, 100);
})
// 回上一頁