Commit e09d349e by 刘海龙

111

parent 0d31d646
......@@ -94,11 +94,6 @@
</head>
<body>
<div id="app">
<div class="layout_v">
<van-sticky>
<van-search
v-model="keyword"
style="padding-bottom: 0 !important;"
......@@ -110,6 +105,10 @@
placeholder="请输入关键词...">
</van-search>
<div class="layout_v">
<van-sticky>
<div v-if="!showHistory" class="tabs_container" style="padding-top: 0.5rem; background: #fff;">
<div @click="onTab(idx)" v-for="(opt, idx) in options" :key="idx"
......
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