Commit af7cba01 by 陈超

T

parent 095ba099
...@@ -328,6 +328,7 @@ div::-webkit-scrollbar { ...@@ -328,6 +328,7 @@ div::-webkit-scrollbar {
height: 2.25rem; height: 2.25rem;
display: flex; display: flex;
flex-direction: row; flex-direction: row;
border-bottom: 0.0625rem solid #ebedf0;
} }
.tab_item_normal { .tab_item_normal {
......
...@@ -113,7 +113,7 @@ ...@@ -113,7 +113,7 @@
</van-search> </van-search>
<div v-if="!showHistory" class="tab_container"> <div v-if="!showHistory" class="tab_container" style="margin-top: 0.5rem;">
<div @click="onTab(idx)" v-for="(opt, idx) in options" :key="idx" :class="idx == tab ? 'tab_item_selected' : 'tab_item_normal'"> <div @click="onTab(idx)" v-for="(opt, idx) in options" :key="idx" :class="idx == tab ? 'tab_item_selected' : 'tab_item_normal'">
<span>{{opt.title}}</span> <span>{{opt.title}}</span>
</div> </div>
......
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