[Forntend][系統監控] State Block 高度調整

This commit is contained in:
dev01 2022-11-25 09:11:04 +08:00
parent 5931b57144
commit adcc092cd2

View File

@ -149,11 +149,9 @@
}
function drawStateTabBlo() {
let strHtml = `<table class="table table-bordered table-striped text-center m-0" id="iframemodal">
<div class="modal-body">
let strHtml = `<div style="height:15rem">
<iframe src="http://localhost:8080/ord?station:%7Cslot:/TPE/B1/EE/E4/R2F/NA/WHT/N1|view:?fullScreen=true" width="100%" height="100%"></iframe>
</div>
</table>`
</div>`
return strHtml;
}