|
@@ -11,12 +11,12 @@
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
|
</Nav>
|
|
</Nav>
|
|
|
- <!-- <view class="m-t30 stat_blank" style="z-index: 999999999;" :style="{minHeight:`calc(100% - ${$tools.topHeight()}px)`}">
|
|
|
|
|
|
|
+ <!-- <view class="m-t30 stat_blank" style="z-index: 999999999;" :style="{minHeight:`calc(100% - ${$tools.topHeight()}px)`}">
|
|
|
内容
|
|
内容
|
|
|
</view> -->
|
|
</view> -->
|
|
|
<view class="statistics_content" :style="[{top:`${$tools.topHeight() + positionHeight}px`}]">
|
|
<view class="statistics_content" :style="[{top:`${$tools.topHeight() + positionHeight}px`}]">
|
|
|
|
|
|
|
|
- <view class="" v-if="husenl">
|
|
|
|
|
|
|
+ <view class="">
|
|
|
<HeadData v-if="statType === 0 || statType === 1"></HeadData>
|
|
<HeadData v-if="statType === 0 || statType === 1"></HeadData>
|
|
|
<view class="tabs page-box-bg-fff m-lr30 r-30" v-if="statType == 2 || statType == 3"
|
|
<view class="tabs page-box-bg-fff m-lr30 r-30" v-if="statType == 2 || statType == 3"
|
|
|
:style="[{position:is_fixed?'absolute':''},{top:`${$tools.topHeight() + 85}px`}]"
|
|
:style="[{position:is_fixed?'absolute':''},{top:`${$tools.topHeight() + 85}px`}]"
|
|
@@ -228,6 +228,7 @@
|
|
|
height: 100%;
|
|
height: 100%;
|
|
|
/* 高度占满整个屏幕 */
|
|
/* 高度占满整个屏幕 */
|
|
|
}
|
|
}
|
|
|
|
|
+
|
|
|
.content {
|
|
.content {
|
|
|
flex: 1;
|
|
flex: 1;
|
|
|
/* 充满剩余空间 */
|
|
/* 充满剩余空间 */
|