update
This commit is contained in:
parent
45af719e29
commit
5404b4d557
2
geo.js
2
geo.js
|
@ -324,7 +324,7 @@ let windowSize = [3840, 2160]; // 4K
|
|||
|
||||
let sourceLine;
|
||||
{
|
||||
let RFSource1a = new beamRectElement([windowSize[0]*0.9, windowSize[1]*0.9], 0, 40, 100, color.RFsourcce);
|
||||
let RFSource1a = new beamRectElement([windowSize[0]*0.9, windowSize[1]*0.95], 0, 40, 100, color.RFsourcce);
|
||||
let RFSource1b = new beamRectElement(RFSource1a.exitPos, 0, 40, 20, color.RFsourcce);
|
||||
let s0 = new beamSpliter(RFSource1b.GetExitPos(120), 80, Math.PI, color.Dipole);
|
||||
|
||||
|
|
12
index.html
12
index.html
|
@ -13,10 +13,10 @@
|
|||
|
||||
#iframe1{
|
||||
position:absolute;
|
||||
top : 60%;
|
||||
top : 55%;
|
||||
left : 10%;
|
||||
width: 60%;
|
||||
height: 35%;
|
||||
height: 40%;
|
||||
z-index:1000;
|
||||
border: 1px solid green;
|
||||
}
|
||||
|
@ -67,7 +67,7 @@
|
|||
color: white;
|
||||
position:absolute;
|
||||
font-size: 15px;
|
||||
bottom : 9.6%;
|
||||
bottom : 5%;
|
||||
right : 10%;
|
||||
z-index:1001;
|
||||
}
|
||||
|
@ -76,7 +76,7 @@
|
|||
color: black;
|
||||
position:absolute;
|
||||
font-size: 15px;
|
||||
bottom : 19%;
|
||||
bottom : 14%;
|
||||
right : 10.1%;
|
||||
z-index:1001;
|
||||
}
|
||||
|
@ -85,7 +85,7 @@
|
|||
color: white;
|
||||
position:absolute;
|
||||
font-size: 15px;
|
||||
bottom : 35%;
|
||||
bottom : 30%;
|
||||
right : 10%;
|
||||
z-index:1001;
|
||||
}
|
||||
|
@ -133,7 +133,7 @@
|
|||
<!--<iframe src="http://localhost:3000/d-solo/MFym59G4k/new-dashboard?orgId=1&from=1672071127881&to=1672092727881&theme=dark&panelId=2" id="iframe1"></iframe>-->
|
||||
<!--<iframe src="http://localhost:3000/d-solo/MFym59G4k/new-dashboard?orgId=1&from=1672071308654&to=1672092908654&panelId=4" id="iframe2"></iframe>-->
|
||||
|
||||
<iframe src="http://192.168.0.201:3000/d/MFym59G4k/new-dashboard?orgId=1&from=1672835547268&to=1672857147269" id="iframe1"></iframe>
|
||||
<iframe src="http://192.168.0.201:3000/d/MFym59G4k/new-dashboard?orgId=1&refresh=5s" id="iframe1"></iframe>
|
||||
|
||||
<canvas width="3840" height="2160" id='beamLine' > Your browser doe snot support HTML canvas</canvas>
|
||||
<canvas width="3840" height="2160" id='static' > Your browser doe snot support HTML canvas</canvas>
|
||||
|
|
Loading…
Reference in New Issue
Block a user