Browse Source

修改地图文字

jiexi1_1
YF-yuan 3 years ago
parent
commit
064251af69
1 changed files with 5 additions and 2 deletions
  1. +5
    -2
      src/views/Home.vue

+ 5
- 2
src/views/Home.vue View File

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

Loading…
Cancel
Save