tanxue 2 mesi fa
parent
commit
a170a034eb
2 ha cambiato i file con 3 aggiunte e 1 eliminazioni
  1. 2 0
      common/styles/global/pages.scss
  2. 1 1
      components/customMap/customMap.vue

+ 2 - 0
common/styles/global/pages.scss

@@ -870,6 +870,8 @@
 		width: 40rpx;height: 40rpx;@include ezy-no-repeat-cover();margin-left: auto;
 		background-image: url("@/static/images/common/markIcon.png");
 	}
+	
+	.white-popup{background-color: #fff;}
 }
 
 /*** 分享 ***/

+ 1 - 1
components/customMap/customMap.vue

@@ -15,7 +15,7 @@
 		</view> -->
 		<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="white-popup">
 			  <view class="icon-title-navBar-box">
 			     <view @click="goUpPage2" class="nav-bar-icon"></view>
 			     <text class="nav-bar-title">返回</text>