<view class="fs-15 e-charts-title">考勤明细</view>
<view class="e-charts-title indexH" @click="switchNav"></view>
创建一个透明的indexH view,点击进行跳转
.e-charts-title {
width: 170rpx;
height: 50rpx;
display: flex;
align-items: center;
justify-content: center;
background: rgba(93, 130, 254, 0.1);
box-sizing: border-box;
//padding: 5rpx 26rpx;
box-sizing: border-box;
border-radius: 10rpx;
color: #5D82FE;
z-index: 1;
&.indexH {
position: absolute;
bottom: 0;
z-index:100;
background: transparent;
}
}