This commit is contained in:
cxc
2022-09-14 17:48:03 +08:00
parent f8ccdae9d8
commit ae2cbde324
115 changed files with 5106 additions and 4433 deletions

View File

@ -6,6 +6,7 @@
</u-navbar>
</view>
<view class="sized-box" style="height:var(--status-bar-height);"></view>
<view class="sizedbox" style="height: 88rpx;">
</view>
<view class="tabs">
@ -15,7 +16,7 @@
</view>
<view class="sizedbox" style="height: 80rpx;">
</view>
<view class="sized-box" style="height:var(--status-bar-height);"></view>
<Statistics v-if="activeIndex==0"></Statistics>
<Record v-else-if="activeIndex==1"></Record>
<IoRecord v-else-if="activeIndex==2"></IoRecord>
@ -64,14 +65,14 @@
align-items: center;
padding: 0 100rpx 0;
height: 80rpx;
position: fixed;
width: 100%;
box-sizing: border-box;
z-index: 99;
position: fixed;
// top: 88rpx;
z-index: 999;
background-color: #f6f6f6;
.tab-item {
font-family: PingFangSC-Regular;
font-size: 30rpx;
color: #8F959E;

View File

@ -134,6 +134,7 @@
.record-list {
padding: 0 20rpx 20rpx;
margin-top: 28rpx;
.record-item {
position: relative;

View File

@ -125,6 +125,7 @@
}
.record-list {
margin-top: 28rpx;
padding: 0 20rpx 20rpx;
.record-item {