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

去掉延期审批搜索条件

parent 1c8fe06f
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
<van-sticky offset-top="0"> <van-sticky offset-top="0">
<LHeader :text="text"></LHeader> <LHeader :text="text"></LHeader>
</van-sticky> </van-sticky>
<van-sticky offset-top="1.5rem"> <!-- <van-sticky offset-top="1.5rem">
<van-search <van-search
v-model="searchValue" v-model="searchValue"
show-action show-action
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
<div @click="onSearch">搜索</div> <div @click="onSearch">搜索</div>
</template> </template>
</van-search> </van-search>
</van-sticky> </van-sticky> -->
<!-- 内容列表 --> <!-- 内容列表 -->
<!-- 接口对接4 START --> <!-- 接口对接4 START -->
<van-tabs <van-tabs
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
color="#2980f7" color="#2980f7"
animated animated
:sticky="true" :sticky="true"
offset-top="3rem" offset-top="1.5rem"
> >
<van-tab v-for="(item, key) in tabs" :key="key" :title="item.title"> <van-tab v-for="(item, key) in tabs" :key="key" :title="item.title">
<div <div
......
...@@ -212,4 +212,7 @@ export default { ...@@ -212,4 +212,7 @@ export default {
} }
} }
} }
/deep/.van-tab__pane{
min-height: 8rem;
}
</style> </style>
...@@ -240,4 +240,7 @@ export default { ...@@ -240,4 +240,7 @@ export default {
} }
} }
} }
/deep/.van-tab__pane{
min-height: 8rem;
}
</style> </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