修改UI
This commit is contained in:
parent
6aac7bfc6d
commit
5ffa32a2fe
@ -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="row">
|
||||||
<div class="d-flex mb-2">
|
<div class="d-flex ml-4 mt-5 mb-2">
|
||||||
<h1 class="p-2 mb-0">太陽能管理</h1>
|
<h1 class="p-2 mb-0">太陽能管理</h1>
|
||||||
<button
|
<button
|
||||||
class="btn btn-info btn-m-s btn-sm"
|
class="btn btn-info btn-m-s btn-sm"
|
||||||
|
@ -243,10 +243,11 @@
|
|||||||
|
|
||||||
$(function () {
|
$(function () {
|
||||||
initializePage();
|
initializePage();
|
||||||
changeTabs();
|
setTimeout(() => {
|
||||||
renderHeatmapChart();
|
changeTabs();
|
||||||
renderPowerChart();
|
renderHeatmapChart();
|
||||||
|
renderPowerChart();
|
||||||
|
}, 100);
|
||||||
})
|
})
|
||||||
|
|
||||||
// 回上一頁
|
// 回上一頁
|
||||||
|
Loading…
Reference in New Issue
Block a user