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