sunzehao 5 дней назад
Родитель
Сommit
e909c3957c

+ 2 - 2
src/components/cesiumHeader/index.vue

@@ -30,13 +30,13 @@ export default {
   display: flex;
   justify-content: center;
   position: absolute;
-  top: 10px;
+  top: 5px;
   z-index: 1;
   img{
     width: 27%;
   }
   .name{
-    width: 20%;
+    width: 23%;
     color: #fff;
     font-size: 26px;
     // font-weight: bold;

+ 0 - 6
src/views/cesiumComponents/windView.vue

@@ -1403,10 +1403,6 @@ export default {
     color: #fff;
   }
 }
-
-.stat-block {
-  //   margin-bottom: 15px;
-}
 .stat-block .label {
   font-size: 18px;
   font-weight: 600;
@@ -1541,8 +1537,6 @@ export default {
         }
       }
     }
-    .left-content {
-    }
     .right-content {
       border-left: 1px dashed #4e4040;
       padding-left: 10px;

+ 1 - 2
src/views/weatherComponents/weatherView.vue

@@ -456,6 +456,7 @@ import * as Cesium from "../../Cesium";
 
 import basicGeoJson from "@/assets/geoJson/basic.json";
 import svgImgIcon from "@/components/windNeedCharts/svg-img-icon.vue";
+import waterIcon from "@/assets/cesiumImg/icowater.png";
 
 import PowerReviewHome from "@/components/windNeedCharts/power-review-home.vue";
 import ListBarChart2Home from "@/components/windNeedCharts/list-bar-chart2-home.vue";
@@ -2051,8 +2052,6 @@ export default {
         }
       }
     }
-    .left-content {
-    }
     .right-content {
       border-left: 1px dashed #4e4040;
       padding-left: 10px;