|
|
@@ -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;
|