@@ -40,7 +40,7 @@
</u-upload>
</view>
- <view class="card" style="padding-bottom: 190rpx;">
+ <view class="card" style="padding-bottom: 240rpx;">
<view class="card1">
<text>地图位置</text>
@@ -45,7 +45,7 @@
computed: {
tabbarStyle() {
const style = {
- zIndex: '99999999'
+ zIndex: 1
}
// 合并来自父组件的customStyle样式
return uni.$u.deepMerge(style, uni.$u.addStyle(this.customStyle))
@@ -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 */
@@ -5,5 +5,5 @@
display: flex;
flex-direction: $direction;