校園圖及電線圖改滿版

This commit is contained in:
Celeste 2023-08-24 12:02:33 +08:00
parent ea691072aa
commit 6dca8ee11b
2 changed files with 18 additions and 16 deletions

View File

@ -1,9 +1,12 @@

<div class="container-fluid">
<div class="row bg-dark align-items-center">
<label id="sysSubText" class=" mx-5 mb-0 fs-1-05"></label>
<div style="height:91vh" class="col-12 p-0">
<iframe id="homeIframe" src="/ord?file:^px/AllMeter.px|view:?fullScreen=true" width="100%" height="100%" style="zoom:0.1"></iframe>
<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%"
height="100%"
style="zoom: 0.1"></iframe>
</div>
</div>
</div>
</div>

View File

@ -1,11 +1,10 @@
<style></style>
<div class="container-fluid">
<div class="row bg-dark align-items-center">
<label id="sysSubText" class="mx-5 mb-0 fs-1-05"></label>
<div style="height: 90vh" class="col-12">
<iframe src="/ord?file:^px/Home.px|view:?fullScreen=true"
width="100%"
height="100%"></iframe>
<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">
<iframe src="/ord?file:^px/Home.px|view:?fullScreen=true"
width="100%"
height="100%"></iframe>
</div>
</div>
</div>
</div>