cl 1 år sedan
förälder
incheckning
4a47bc3e0a

+ 1 - 1
src/views/meteorological/components/nephogram.vue

@@ -94,7 +94,7 @@ onBeforeUnmount(() => {
     bottom: 0;
     left: 0;
     width: 100%;
-    background: rgba(0, 0, 0, 0.5);
+    background: rgba(0, 0, 0, 0.1);
     line-height: 30px;
     padding: 0 10px;
     color: #fff;

+ 2 - 2
src/views/meteorological/components/radar.vue

@@ -1,7 +1,7 @@
 <template>
   <div class="main">
     <div class="main_in">
-      <weatherTitle :title="'雷达反射率'" refreshName="metRefreshName" />
+      <weatherTitle :title="'雷达反射率'" :type="3" refreshName="metRefreshName" />
       <div style="width: 100%; height: 198px">
         <!-- <div @click="radarClick()" id="mo-map1" style="width: 100%; height: 208px">
           <img src="../../../assets/images/weatheHome/station4.png" />
@@ -98,7 +98,7 @@ onBeforeUnmount(() => {
     bottom: 0;
     left: 0;
     width: 100%;
-    background: rgba(0, 0, 0, 0.5);
+    background: rgba(0, 0, 0, 0.1);
     line-height: 30px;
     padding: 0 10px;
     color: #fff;