|
@@ -384,9 +384,9 @@ function handleShowEDBHistory(item){
|
|
|
|
|
|
<template>
|
|
|
<div class="batch-calculate-wrap">
|
|
|
+ <div class="sticky-top-wrap">
|
|
|
<van-tabs
|
|
|
v-model:active="source"
|
|
|
- sticky
|
|
|
border
|
|
|
title-active-color="#0052D9"
|
|
|
title-inactive-color="#333"
|
|
@@ -415,6 +415,7 @@ function handleShowEDBHistory(item){
|
|
|
</ul>
|
|
|
<van-button type="primary" size="small" @click="handleAddEdbList">添加指标</van-button>
|
|
|
</section>
|
|
|
+ </div>
|
|
|
<section class="section form-wrap">
|
|
|
<van-field
|
|
|
label="选择指标"
|
|
@@ -586,6 +587,11 @@ function handleShowEDBHistory(item){
|
|
|
min-height: 90vh;
|
|
|
background-color: $page-bg-grey;
|
|
|
padding-bottom: 210px ;
|
|
|
+ .sticky-top-wrap{
|
|
|
+ position: sticky;
|
|
|
+ top: 0;
|
|
|
+ z-index: 10;
|
|
|
+ }
|
|
|
}
|
|
|
.section{
|
|
|
background-color: #fff;
|