2912631854@qq.com 1 год назад
Родитель
Сommit
42aa153754

+ 1 - 1
pagesMy/stayInfo/roomPosition.vue

@@ -40,7 +40,7 @@
 					</u-upload>
 				</view>
 			</view>
-			<view class="card" style="padding-bottom: 190rpx;">
+			<view class="card" style="padding-bottom: 240rpx;">
 				<view class="card1">
 					<text>地图位置</text>
 				</view>

+ 1 - 1
uni_modules/uview-ui/components/u-tabbar/u-tabbar.vue

@@ -45,7 +45,7 @@
 		computed: {
 			tabbarStyle() {
 				const style = {
-					zIndex: '99999999'
+					zIndex: 1
 				}
 				// 合并来自父组件的customStyle样式
 				return uni.$u.deepMerge(style, uni.$u.addStyle(this.customStyle))

+ 1 - 1
uni_modules/uview-ui/libs/css/components.scss

@@ -11,6 +11,6 @@ view, scroll-view, swiper-item {
 	flex-basis: auto;
 	align-items: stretch;
 	align-content: flex-start;
-	z-index: 99999;
+	// z-index: 99999;
 }
 /* #endif */

+ 1 - 1
uni_modules/uview-ui/libs/css/mixin.scss

@@ -5,5 +5,5 @@
 	display: flex;
 	/* #endif */
 	flex-direction: $direction;
-	z-index: 99999;
+	// z-index: 99999;
 }