Browse Source

样式修改

sunzehao 3 months ago
parent
commit
f25e566c85

+ 3 - 2
src/views/cesium.vue

@@ -168,11 +168,11 @@ export default {
 
   data() {
     return {
-      showFjDialog: true,
+      showFjDialog: false,
       modelUnpackType: "fengji",
       showFjDialogActiveName: "mxjg",
       checkMode: false, // 调试模式
-      allyShow: false,
+      allyShow: true,
       viewer: null,
       windLayer: null, // 风场图
       windLayerTimmer: null, // 风场图计时器
@@ -947,6 +947,7 @@ export default {
     top: 0;
     width: 100%;
     background: #fff;
+    opacity: 0.8;
     display: flex;
     justify-content: flex-end;
     align-items: center;

+ 1 - 0
src/views/cesiumComponents/rainLayer.vue

@@ -287,6 +287,7 @@ export default {
     top: 0;
     width: 100%;
     background: #fff;
+    opacity: 0.8;
     display: flex;
     justify-content: flex-end;
     align-items: center;

+ 1 - 0
src/views/cesiumComponents/temperatureLayer.vue

@@ -286,6 +286,7 @@ export default {
     top: 0;
     width: 100%;
     background: #fff;
+    opacity: 0.8;
     display: flex;
     justify-content: flex-end;
     align-items: center;

+ 1 - 0
src/views/cesiumComponents/topographicMap.vue

@@ -284,6 +284,7 @@ export default {
     top: 0;
     width: 100%;
     background: #fff;
+    opacity: 0.8;
     display: flex;
     justify-content: flex-end;
     align-items: center;