Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
solderq35 committed Sep 14, 2023
1 parent 53f571f commit 71a0c0a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/components/map/map.vue
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,10 @@
@click="getResult(searchGroup)"
:key="searchGroup.feature.properties.name"
>
<span class = "longBuildingName" v-if ="searchGroup.feature.properties.name.length > 29">{{ searchGroup.feature.properties.name }}</span>
<span v-else>{{ searchGroup.feature.properties.name }}</span>
<span class="longBuildingName" v-if="searchGroup.feature.properties.name.length > 29">{{
searchGroup.feature.properties.name
}}</span>
<span v-else>{{ searchGroup.feature.properties.name }}</span>
</p>
</div>
<el-input v-model="search" class="searchMapInput" placeholder="Search for buildings">
Expand Down

0 comments on commit 71a0c0a

Please sign in to comment.