Files
energy_storage/bin/Release/assets/html/pages/预测管理.html

30 lines
1.4 KiB
HTML
Raw Normal View History

2025-07-18 09:09:30 +08:00
<div class="mycol" style="width:100%; height:100%; padding: 10px; overflow: hidden">
<div class="myrow" style="height: 50%; ">
<div class="mypanel" style="width: 100%; height: calc(100% - 20px); margin: 10px; position:relative">
<div class="myrow">
<div class="mypanel-title myline-l">光伏发电预测</div>
<div style="margin: 0px 0 0 50px; font-size: 12px; font-weight:bold; color:#a6a6a6; ">
当天累计发电量 <span style="font-size: 16px; font-weight:bold; color:white"> 1520 kW/h</span>
</div>
</div>
<div id="solarEchart" style="width: 100%; height:calc(100% - 30px); "></div>
</div>
</div>
<div class="myrow" style="height: 50%; ">
<div class="mypanel" style="width: 50%; height: calc(100% - 20px); margin: 10px; ">
<div class="mypanel-title myline-l">充电负荷预测</div>
<!-- <div class="mypanel-line"></div> -->
<div id="chargeEchart" style="width: 100%; height:calc(100% - 30px)"></div>
</div>
<div class="mypanel" style="width: 50%; height: calc(100% - 20px); margin: 10px; ">
<div class="mypanel-title myline-l">用电负荷预测</div>
<!-- <div class="mypanel-line"></div> -->
<div id="loadEchart" style="width: 100%; height:calc(100% - 30px)"></div>
</div>
</div>
<table id="myTable" class="stripe" style="width: 100%; margin-top: 10px"></table>
</div>