浏览代码

样式修改

tanxue 2 月之前
父节点
当前提交
36238ef0d4
共有 1 个文件被更改,包括 10 次插入8 次删除
  1. 10 8
      components/customMap/customMap.vue

+ 10 - 8
components/customMap/customMap.vue

@@ -13,14 +13,16 @@
 				</view>
 			</picker>
 		</view> -->
-<uni-popup ref="filterPopup" type="top" :animation="false" :is-mask-click="false"
-  mask-background-color="rgba(0, 0, 0, 0.4)">
-		<view class="icon-title-navBar-box">
-		   <view @click="goUpPage2" class="nav-bar-icon"></view>
-		   <text class="nav-bar-title">返回</text>
-		</view>
-		   <t-index-address @select="select"></t-index-address>
-</uni-popup>
+		<uni-popup ref="filterPopup" type="top" :animation="false" :is-mask-click="false"
+		  mask-background-color="rgba(0, 0, 0, 0.4)">
+		  <view style="background-color: #fff;">
+			  <view class="icon-title-navBar-box">
+			     <view @click="goUpPage2" class="nav-bar-icon"></view>
+			     <text class="nav-bar-title">返回</text>
+			  </view>
+			     <t-index-address @select="select"></t-index-address>
+		  </view>
+		</uni-popup>
 		<!-- 查询职业 -->
 		<view class="phone-search-box">
 			<input class="search-input" placeholder="请输入地址" v-model="data.keyword" />