修改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="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"
|
||||
|
@ -243,10 +243,11 @@
|
||||
|
||||
$(function () {
|
||||
initializePage();
|
||||
changeTabs();
|
||||
renderHeatmapChart();
|
||||
renderPowerChart();
|
||||
|
||||
setTimeout(() => {
|
||||
changeTabs();
|
||||
renderHeatmapChart();
|
||||
renderPowerChart();
|
||||
}, 100);
|
||||
})
|
||||
|
||||
// 回上一頁
|
||||
|
Loading…
Reference in New Issue
Block a user