+
@@ -342,6 +343,7 @@ import * as BABYLON from "babylonjs"
import * as BABYLON_GUI from "babylonjs-gui"
import * as BABYLON_GRID from "@/utils/gridMaterial"
import * as BABYLON_MATERIAL from "@/utils/babylonMaterial"
+import Cesium from './cesiumtest.vue'
import orgDialog from "./enpComponents/orgwryList"
import cemsDrawer from './enpComponents/cems.vue'
import cems2Drawer from './enpComponents/cems2.vue'
@@ -361,6 +363,7 @@ import 'babylonjs-loaders';
import 'animate.css';
export default {
components: {
+ Cesium,
orgDialog,
cemsDrawer,
cems2Drawer,
@@ -609,10 +612,10 @@ export default {
left_other.style.position = 'absolute';
left_other.style.width = '20%';
right_other.style.position = 'absolute';
- right_other.style.width = '20%';
- model.style.position = 'absolute';
- model.style.height = (windowHeight - 4) + 'px';
- model.style.top = 0;
+ // right_other.style.width = '20%';
+ // model.style.position = 'absolute';
+ // model.style.height = (windowHeight - 4) + 'px';
+ // model.style.top = 0;
var chartHeight1 = (100 - 18) * 0.31 + 'vh';
var chartHeight2 = (100 - 18) * 0.37 + 'vh';
@@ -1179,8 +1182,9 @@ header {
position: relative;
align-items: center;
box-sizing: border-box;
- padding: 1.3vh 0.4vw 0 0.4vw;
+ padding: 0.7vh 0.4vw;
justify-content: space-between;
+ background-image: url('/public/img/enp_blue/bg_enp.png');
}
.headerImg {
@@ -1191,6 +1195,7 @@ header {
font-size: 1.8vw;
text-align: center;
position: relative;
+
}
.sysName {
@@ -1302,7 +1307,7 @@ header {
.model {
- top: 0;
+ top: 8%;
left: 0;
width: 100%;
background-image: url('/public/img/enp_blue/bg_enp.png');