|
|
@@ -174,13 +174,13 @@ |
|
|
|
class="mapText" |
|
|
|
for="google" |
|
|
|
:class="{ mapActive: isChecked == 'google' }" |
|
|
|
>Google</label |
|
|
|
>天地图影像</label |
|
|
|
> |
|
|
|
<input type="checkbox" id="google" :checked="isChecked == 'google'" /> |
|
|
|
</div> |
|
|
|
<div class="mapItem"> |
|
|
|
<label class="unaMap" for="UAV" :class="{ mapActive: isUAV }" |
|
|
|
>无人机影像图</label |
|
|
|
>无人机影像</label |
|
|
|
> |
|
|
|
<input type="checkbox" id="UAV" :checked="isUAV" /> |
|
|
|
</div> |
|
|
@@ -1338,6 +1338,9 @@ body { |
|
|
|
.mapItem { |
|
|
|
display: flex; |
|
|
|
} |
|
|
|
.google .mapText { |
|
|
|
width: 0.8rem; |
|
|
|
} |
|
|
|
.mapText { |
|
|
|
width: 0.6rem; |
|
|
|
height: 0.24rem; |