Commit c8394bd0 authored by 罗新东's avatar 罗新东

去掉延期审批搜索条件

parent 1c8fe06f
......@@ -3,7 +3,7 @@
<van-sticky offset-top="0">
<LHeader :text="text"></LHeader>
</van-sticky>
<van-sticky offset-top="1.5rem">
<!-- <van-sticky offset-top="1.5rem">
<van-search
v-model="searchValue"
show-action
......@@ -14,7 +14,7 @@
<div @click="onSearch">搜索</div>
</template>
</van-search>
</van-sticky>
</van-sticky> -->
<!-- 内容列表 -->
<!-- 接口对接4 START -->
<van-tabs
......@@ -26,7 +26,7 @@
color="#2980f7"
animated
:sticky="true"
offset-top="3rem"
offset-top="1.5rem"
>
<van-tab v-for="(item, key) in tabs" :key="key" :title="item.title">
<div
......
......@@ -212,4 +212,7 @@ export default {
}
}
}
/deep/.van-tab__pane{
min-height: 8rem;
}
</style>
......@@ -240,4 +240,7 @@ export default {
}
}
}
/deep/.van-tab__pane{
min-height: 8rem;
}
</style>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment