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

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

Loading…
Cancel
Save