99%
This commit is contained in:
@ -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;
|
||||
|
@ -134,6 +134,7 @@
|
||||
|
||||
.record-list {
|
||||
padding: 0 20rpx 20rpx;
|
||||
margin-top: 28rpx;
|
||||
|
||||
.record-item {
|
||||
position: relative;
|
||||
|
@ -125,6 +125,7 @@
|
||||
}
|
||||
|
||||
.record-list {
|
||||
margin-top: 28rpx;
|
||||
padding: 0 20rpx 20rpx;
|
||||
|
||||
.record-item {
|
||||
|
Reference in New Issue
Block a user