ibms-MCUT/Frontend/_elecSingleLine.html

12 lines
463 B
HTML
Raw Permalink Normal View History

2023-08-24 12:02:33 +08:00
<div class="container-fluid" style="height: calc(100vh - 72px)">
<div class="row bg-dark align-items-center h-100">
<label id="sysSubText" class="mx-5 mb-0 fs-1-05"></label>
<div style="height: 100%" class="col-12 p-0">
<iframe id="homeIframe"
src="/ord?file:^px/AllMeter.px|view:?fullScreen=true"
width="100%"
2024-09-09 14:29:20 +08:00
height="100%"></iframe>
2023-08-24 12:02:33 +08:00
</div>
2023-06-26 10:48:09 +08:00
</div>
</div>