瀏覽代碼

feat:修改统计页面

443166679@qq.com 1 年之前
父節點
當前提交
3912475e51
共有 1 個文件被更改,包括 3 次插入2 次删除
  1. 3 2
      pages/statistics/statistics.vue

+ 3 - 2
pages/statistics/statistics.vue

@@ -11,12 +11,12 @@
 				</view>
 			</view>
 		</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 class="statistics_content" :style="[{top:`${$tools.topHeight() + positionHeight}px`}]">
 
-			<view class="" v-if="husenl">
+			<view class="">
 				<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"
 					:style="[{position:is_fixed?'absolute':''},{top:`${$tools.topHeight() + 85}px`}]"
@@ -228,6 +228,7 @@
 		height: 100%;
 		/* 高度占满整个屏幕 */
 	}
+
 	.content {
 		flex: 1;
 		/* 充满剩余空间 */