Browse Source

修改样式

tanxue 2 months ago
parent
commit
af0c602f93
1 changed files with 2 additions and 2 deletions
  1. 2 2
      components/customMap/customMap.vue

+ 2 - 2
components/customMap/customMap.vue

@@ -15,8 +15,8 @@
 			</view>
 		</uni-popup>
 		<!-- 查询职业 -->
-		<view class="phone-search-box">
-			<view @click="openPopup">
+		<view class="phone-search-box city-search-box">
+			<view @click="openPopup" class="city-select-btn">
 				{{currentCity}}
 			</view>
 			<input class="search-input" placeholder="请输入地址" v-model="data.keyword" />