提交系统管理web端代码

This commit is contained in:
lixiaoyuan
2025-07-18 09:09:30 +08:00
parent 7b3f32f334
commit 387237c81c
74 changed files with 1997 additions and 918 deletions

View File

@@ -0,0 +1,30 @@
<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>