Skip to content

Commit

Permalink
try 16 px input
Browse files Browse the repository at this point in the history
  • Loading branch information
solderq35 committed Sep 13, 2023
1 parent c5d48ac commit 4499912
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/components/map/map.vue
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
{{ searchGroup.feature.properties.name }}
</p>
</div>
<el-input v-model="search" class="searchMapInput">
<el-input v-model="search" class="searchMapInput" placeholder = "Search for buildings">
<i class="el-icon-search el-input__icon" slot="prefix"></i>
</el-input>
<switchButtons :titles="['Category', 'Energy Trend']" v-model="grouping" />
Expand Down Expand Up @@ -798,7 +798,7 @@ $sideMenu-width: 250px;
justify-content: center;
z-index: 500;
cursor: pointer;
font-size: 15px;
font-size: 16px;
}
.searchMapResult {
font-family: 'Helvetica Neue', Helvetica, 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', '微软雅黑', Arial,
Expand All @@ -820,7 +820,7 @@ $sideMenu-width: 250px;
justify-content: center;
z-index: 500;
cursor: pointer;
font-size: 15px;
font-size: 16px;
margin-bottom: -15px;
}
.searchResultDiv {
Expand Down

0 comments on commit 4499912

Please sign in to comment.